Crontab summary
A good crontab summay.
I was looking to redirect stderr to stdout and append to a file -- example
*/10 * * * * /bin/execute/this/script.sh 2>&1 >> /var/log/script_output.log
A good crontab summay.
*/10 * * * * /bin/execute/this/script.sh 2>&1 >> /var/log/script_output.log
Posted by
Paul Cooley
at
5:55:00 AM
7
comments