To prevent mail messages piling up from your crontab commands you add the following at the end of your crontab line:
>/dev/null 2>&1
or
&> /dev/null
To prevent mail messages piling up from your crontab commands you add the following at the end of your crontab line:
>/dev/null 2>&1
or
&> /dev/null