1
0
Waldir Pimenta 5 жил өмнө
parent
commit
e2c33742e2
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  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}}`