In article <[EMAIL PROTECTED]>, Nidge Jones <[EMAIL PROTECTED]> wrote: > >When running fetchmail from CRON, how can I write the output to /dev/null to >save the CRON job spamming me with mail. > >I have tried adding > /dev/null to the end of the cron line, all to no >avail.
Try
command >/dev/null 2>&1
Mike.
--
Indifference will certainly be the downfall of mankind, but who cares?

