瀏覽代碼

cat: add -v example (#3163)

Waldir Pimenta 5 年之前
父節點
當前提交
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}}`