4 lines
299 B
Text
4 lines
299 B
Text
supuner (SUPpress UNless ERror) executes a command and manipulates its stderr
|
|
and stdout. By default, it captures both stderr and stdout and only outputs
|
|
their combined value to stdout if the command fails. supuner is useful for
|
|
"chatty" commands whose output is only relevant if the command fails.
|