mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 13:49:32 +00:00
Update cheatsheets
This commit is contained in:
@@ -26,8 +26,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- [n]umber all output lines:
|
||||
|
||||
`cat -n {{path/to/file}}`
|
||||
`cat {{[-n|--number]}} {{path/to/file}}`
|
||||
|
||||
- Display non-printable and whitespace characters (with `M-` prefix if non-ASCII):
|
||||
|
||||
`cat -v -t -e {{path/to/file}}`
|
||||
`cat {{[-vte|--show-nonprinting -t -e]}} {{path/to/file}}`
|
||||
|
||||
Reference in New Issue
Block a user