Hi,
Im running a bash script through cron. it executes a perls script that usually have insignificant errors that I don't care about. however it keeps emailing them to me. I've set up the bash script like this
perl myscript.pl >> /dev/null
but I still get emails with errors from the perl script.
any ideas?
thanx,


Reply With Quote
Bookmarks