Crontab: Difference between revisions

Content deleted Content added
m fixed order of redirections
Line 61:
 
To silence any command, you may pipe its output to <code>/dev/null</code>. To stop receiving email output from crontab, append the following to any command. This will pipe [[stdout]] to null while piping [[stderr]] to [[stdout]], so you can still receive errors if they occur:
:<code>2>&1 >/dev/null 2>&1 </code>
 
== See also ==