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
I tried the &>/dev/null but that gets rid of the non-error output as well. I want that ouput.
Jason ===========
_______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
