Re: perl cron help
- From: usenet@xxxxxxxxxxxxxxx
- Date: 28 Mar 2007 13:41:35 -0700
On Mar 28, 1:37 pm, "elroyerni" <davechu...@xxxxxxxxx> wrote:
Here's my cron entry:
0 * * * * /u/dchun/bofa.pl & >> /dev/null 2>&1
It doesn't really make sense to background a cron process - they
already are running in the background.
There is also no need to redirect STDOUT or STDERR; the cron job is
not attached to a console.
.
- Follow-Ups:
- Re: perl cron help
- From: elroyerni
- Re: perl cron help
- References:
- perl cron help
- From: elroyerni
- perl cron help
- Prev by Date: perl cron help
- Next by Date: Re: Learning Perl with shells operations
- Previous by thread: perl cron help
- Next by thread: Re: perl cron help
- Index(es):