error to null in cron jobs

Michael Hipp Michael
Mon May 17 11:53:43 PDT 2004


Jason Joines wrote:

>   When I do the same thing in a script via cron, I get the error in the 
> ouput even with 2>/dev/null.

I generally use &> /dev/null to keep things quiet.

You can also put that at the end of the line in /etc/crontab to quiet 
the whole cron job.

Michael



More information about the Linux-users mailing list