Thanks for the numerous quick responses.
Question: How can you run cron jobs without mail being sent?
Answer: append the following after your command in the crontab: >
/dev/null 2>&1
This redirects both standard output and standard error to the bit
bucket.
Received on Thu Jun 04 1998 - 22:34:56 NZST