Andrew Stephen writes ("Cron"):
> How can I stop cron sending a message root everytime it runs a script. I
> have a couple of cron jobs that run every 15 minutes and I am getting
> hundreds of messages a day.
Make the cron jobs not produce any output unless there's an error.
cron only sends mail if there is something to send.
Ian.