On Jun 6, 2002, 13:37 (-0700) Rob Saul wrote:

> On Thursday 06 June 2002 01:29, you wrote:
> > I got one cron job that is done every 15 minutes, so
> > every 15 minutes I get e-mails. How can I stop cron
> > from doing that?
> >
>
> I think cron just emails you the output, if there is any.  If the job
> generates output you don't care about just redirect it to /dev/null.

I'd crontab it like this:

59 1 * * * [some/command] > /dev/null 2>&1

(please replace time/date with the values you need ...)

Regards
Wolfgang

>
>       ~Rob
>
>

-- 
New Key on: http://home.t-online.de/home/520050060325-0001/
Key fingerprint = 40CD 52DF A5AC 66A3 C0F4  F54D 0B0B 9ED1 860A 9B64

http://www.geocities.com/wolfgangpfeiffer/

                            -- END TRANSMISSION --




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to