Cron

Gerald Combs gerald at ethereal.com
Wed Oct 27 11:01:44 CDT 2004


Brian Densmore wrote:

> How would I add logging to the script?

Most of my local crontab entries look something like:

30 5 * * * /path/to/script > /path/to/script.log 2>&1

Each time "script" runs, stdout and stderr are written to "script.log".



More information about the Kclug mailing list