mirror of
https://github.com/cheat/cheat.git
synced 2025-11-06 08:45:27 +01:00
Refactored the application per some feedback on reddit.
This commit is contained in:
5
.cheat/stdout
Normal file
5
.cheat/stdout
Normal file
@@ -0,0 +1,5 @@
|
||||
To redirect stderr to stdout:
|
||||
some-command 2>&1
|
||||
|
||||
To redirect stderr to a file
|
||||
some-command 2> errors.txt
|
||||
Reference in New Issue
Block a user