On 30 Oct 2007, at 6:03 pm, Mark Rogers wrote:
I have the following in my crontab: */5 * * * * /path/to/script.sh | mail -es "mail subject" me@example.com
Are you aware that cron will email the output of the script it processes the user whose crontab it is running (or elsewhere if you specify by setting MAILTO) automatically unless you redirect it elsewhere?
Thanks,
Dave