louie miranda wrote:
Don't you meanI have a script that is on a cron basis, It runs every hour. I have read a document that if you dont want any output. You can add >/dev/null 1>&2 to redirect it to /dev/null But i still received email about those output, is this syntax im trying to add on my cron for debian correct?/scripts/cron_inactivityalert.sh >/dev/null 1>&2
/scripts/cron_inactivityalert.sh >/dev/null 2>&1...
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]