NUL
Suppress stdout and stderr for one command
Meta
Usage reference
Try an example
noisy-command NULExpands To
>/dev/null 2>&1Usage
<command> NULExamples
noisy-command NUL
Suppress stdout and stderr for one command
noisy-command NUL>/dev/null 2>&1<command> NULnoisy-command NUL