1
0
mirror of https://github.com/cheat/cheat.git synced 2025-02-03 01:01:15 +01:00
cheat/cheatsheets/stdout
2013-08-22 11:34:11 +10:00

6 lines
109 B
Plaintext

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