Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 157 Bytes

redirect_stdout_and_stderr.md

File metadata and controls

6 lines (5 loc) · 157 Bytes

Redirect standard output and standard error

some-command &> logfile; # redirect to logfile
some-command &> /dev/null; # don't output anything