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

Re: not mailing output of cronjobs



On 12 Sep 2002, Kenneth Macdonald Karlsen wrote:

> Hi all.
> I tried to read man but with no success.
> How do i avoid to get a report by mail of a specific cronjob?
> I run it hourly and I do not want to receive mail about it.
>
> Kenneth

put a >/dev/null 2>&1 at the end of your crontab entry.

This redirects output to /dev/null

Mike



Reply to: