Joseph L. Casale wrote:
> Is there any way to prevent mail from completed cron jobs for
> only say the hourly directory?
>   


redirect the output to /dev/null

like, after each command,    &> 1

(the &> redirects both stdout and stderr)



_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to