mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:06:00 +02:00
cat: add -v example (#3163)
This commit is contained in:
parent
4445f79eb5
commit
e2c33742e2
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@
|
|||
- Number all output lines:
|
||||
|
||||
`cat -n {{file}}`
|
||||
|
||||
- Display non-printable and whitespace characters (with `M-` prefix if non-ASCII):
|
||||
|
||||
`cat -v -t -e {{file}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue