mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 18:18:30 +02:00
Explicitly mark comment lines in builtin sheets.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
To redirect stderr to stdout:
|
||||
# To redirect stderr to stdout:
|
||||
some-command 2>&1
|
||||
|
||||
To redirect stderr to a file
|
||||
# To redirect stderr to a file
|
||||
some-command 2> errors.txt
|
||||
|
Reference in New Issue
Block a user