|
The
details are in the Bash man pages, but here's the quick 'n'
dirty:
-standard input: 0
-standard output: 1
-standard error: 2
So, in this case 2>&1 redirects the
standard error, as well as the standard output, to /dev/null,
which means that EVERYTHING is being
shredded.
This might seem silly, but perhaps there are spaces in the crontab
entry where there should be no spaces? I don't know much about crontab, so
I may be way off here. But I guess it boils down to a question of
syntax?
I don't think log files are ever irrelevant, but then I like
documentation. ;-)
HTH,
Curtis.
-----Original Message-----
From: Kevin Anderson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 2:55 PM To: [EMAIL PROTECTED] Subject: (clug-talk) Crontab logging
|
- (clug-talk) Crontab logging Kevin Anderson
- Re: (clug-talk) Crontab logging Mark Lane
- Re: (clug-talk) Crontab logging HJ Hornbeck
- Re: (clug-talk) Crontab logging Jesse Kline
- Re: (clug-talk) Crontab logging Curtis Sloan
- Re: (clug-talk) Crontab logging Kevin Anderson
- Re: (clug-talk) Crontab logging Trevor Lauder
- RE: (clug-talk) Crontab logging Curtis Sloan
- RE: (clug-talk) Crontab logging Mark Lane
- RE: (clug-talk) Crontab logging Jesse Kline
- RE: (clug-talk) Crontab logging Trevor Lauder
- RE: (clug-talk) Crontab logging Jesse Kline
- RE: (clug-talk) Crontab logging Trevor Lauder
- Re: (clug-talk) Crontab logging Kevin Anderson
- Re: (clug-talk) Crontab logging Kevin Anderson
