Re: perl cron help



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.

.