mirror of
https://github.com/cheat/cheat.git
synced 2026-06-18 06:17:40 +02:00
Package with distutils
Created cheatsheets package to store the default sheets.
This commit is contained in:
@@ -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