← All commands

NUL

Suppress stdout and stderr for one command

Meta

Usage reference

Try an example

noisy-command NUL

Expands To

>/dev/null 2>&1

Usage

<command> NUL

Examples

  • noisy-command NUL