[ale] cron mail, how to STOP it.

Geoffrey esoteric at 3times25.net
Fri Oct 14 20:58:47 EDT 2005


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



More information about the Ale mailing list