Explorar o código

cat: add -v example (#3163)

Waldir Pimenta %!s(int64=5) %!d(string=hai) anos
pai
achega
e2c33742e2
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      pages/common/cat.md

+ 4 - 0
pages/common/cat.md

@@ -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}}`