Script output to /dev/null
by
Wyden Silvan
—
last modified
19.01.2010 11:50
to direct the output from a script to /dev/null you have to put the following:
/path/to/my/script.sh >/dev/null 2>&1
