Showing posts with label stdout. Show all posts
Showing posts with label stdout. Show all posts

Sunday, July 11, 2010

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