Silence both stdout and stderr.
Section: Redirection
Discard command output
bash
bash
command > /dev/null 2>&1Explanation
Useful in scripts when output is expected but unneeded.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Redirection