cheat-fork-echo/.cheat/stdout

6 lines
105 B
Plaintext

To redirect stderr to stdout:
some-command 2>&1
To redirect stderr to a file
some-command 2> errors.txt