User Tools

Site Tools


redirecting_shell_output_to_dev_null

Redirecting Shell Output to /dev/null

./example.pl > /dev/null 2>&1

Sends stdout to /dev/null and then sends stderr to where ever stdout goes to.

redirecting_shell_output_to_dev_null.txt · Last modified: 2016/11/25 22:38 (external edit)