[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Writing CRON job to null.



In article <cistron.19990426222009.H29525@nikel.co.uk>,
Nidge Jones  <ush@nikel.co.uk> 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?


Reply to: