1
0
mirror of https://github.com/cheat/cheat.git synced 2025-01-12 23:00:58 +01:00
cheat/cheatsheets/stdout

6 lines
109 B
Plaintext
Raw Normal View History

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