[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] cron mail, how to STOP it.
Paul Cartwright wrote:
> On Sun October 16 2005 6:16 am, Jim Lynch wrote:
>
>>>10 3,6,9,12,15,18 * * * /home/pbc/bin/yosucker >/dev/null
>>>2</dev/null
>>
>>Little bit of a typo here. The "2</dev/null" should be
>>"2>/dev/null" perhaps. ;)
>
> you know, I looked at that and thought to myself.... it MUST be a
> typo :)
> but it was an interesting thread.. so many ways to do it!
> and thanks to everyone who answered!!
>
well 2</dev/null is a valid syntax, but it certainly won't do we we were
trying to accomplish. I'm not sure when you would want to open
/dev/null and write it to stderr. :)
--
Until later, Geoffrey