C. Ed Felt wrote:
If you add ">> /pathToSomeLogFile" or even "> /pathToSomeLogFile" (if you don't want to track this) at the end of your cron command you can avoid those annoying emails. This makes cron save what it normally emails you to a log file.
Or for those who don't care to know, tack the following on to the end:
>/dev/null 2>&1
-- Benjamin Schmuhl MingleMatch, Inc.
.===================================. | This has been a P.L.U.G. mailing. | | Don't Fear the Penguin. | | IRC: #utah at irc.freenode.net | `==================================='
