>
> Any idea how to keep cron from sending an email when a job is completed? I
> have a couple of mail fetching utilites that run every half hour and the
> cron mailbox fills up quickly.
>
You can send the output to /dev/null. E.g.:
* 1 * * * /bin/somescript >/dev/null 2>&1
-- * The Digital Hermit http://www.digitalhermit.com * Unix and Linux Solutions kwan@digitalhermit.com ----------------------------------------------------------------------- This list is provided as an unmoderated internet service by Networked Knowledge Systems (NKS). Views and opinions expressed in messages posted are those of the author and do not necessarily reflect the official policy or position of NKS or any of its employees.
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 19:29:44 EDT