[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] cron mail, how to STOP it.
- Subject: [ale] cron mail, how to STOP it.
- From: esoteric at 3times25.net (Geoffrey)
- Date: Fri, 14 Oct 2005 20:58:47 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
Paul Cartwright wrote:
> I created a cron entry to check my yahoo mail using yosucker. I HATE
> getting emailed every X hours to tell me it ran... I "thought" the
> correct way to stop the mailing of a cron job running was to add a
> 2>/dev/null at the end of the line.
> here is the line I don't want mail from:
> 10 3,6,9,12,15,18 * * * /home/pbc/bin/yosucker
>
>
> suggestions?
10 3,6,9,12,15,18 * * * /home/pbc/bin/yosucker >/dev/null 2</dev/null
--
Until later, Geoffrey