mirror of https://github.com/CrimsonTome/tldr.git
cat: add -v example (#3163)
parent
4445f79eb5
commit
e2c33742e2
|
@ -17,3 +17,7 @@
|
||||||
- Number all output lines:
|
- Number all output lines:
|
||||||
|
|
||||||
`cat -n {{file}}`
|
`cat -n {{file}}`
|
||||||
|
|
||||||
|
- Display non-printable and whitespace characters (with `M-` prefix if non-ASCII):
|
||||||
|
|
||||||
|
`cat -v -t -e {{file}}`
|
||||||
|
|
Loading…
Reference in New Issue