mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 18:18:30 +02:00
Package with distutils
Created cheatsheets package to store the default sheets.
This commit is contained in:
5
cheatsheets/stdout
Normal file
5
cheatsheets/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