On Thu, 2005-04-14 at 16:27, Benjamin Schmuhl wrote:
> 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

Which can be shortened to &>/dev/null.

Corey

Attachment: signature.asc
Description: This is a digitally signed message part

.===================================.
| This has been a P.L.U.G. mailing. |
|      Don't Fear the Penguin.      |
|  IRC: #utah at irc.freenode.net   |
`==================================='

Reply via email to