소스 검색

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