On Wednesday, November 20, 2002, at 10:18 AM, James Herschel wrote:
Is there any way I can have htdig report only stderr when run from cron? IIf you use
don�t need the output from htdig unless something has gone wrong.
This is my current crontab. If I pipe to /dev/null, won�t everything get
thrown out, even STDERR? I was thinking of putting it into logrotate.d,
then I wouldn�t get an email from cron, but would I get an email at all?
/src/util/update_htdig_db.sh 2>&1
/src/util/update_htdig_db.sh > /dev/null
only stdout is sent to /dev/null. Anything written to stderr should still show up in an email message.
Jim
-------------------------------------------------------
This sf.net email is sponsored by:
Battle your brains against the best in the Thawte Crypto
Challenge. Be the first to crack the code - register now:
http://www.gothawte.com/rd521.html
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

