We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e2eca commit 69b3564Copy full SHA for 69b3564
1 file changed
command/cat.md
@@ -18,7 +18,7 @@ cat(选项)(参数)
18
### 选项
19
20
```
21
--n或-number:从1开始对所有输出的行数编号;
+-n或--number:从1开始对所有输出的行数编号;
22
-b或--number-nonblank:和-n相似,只不过对于空白行不编号;
23
-s或--squeeze-blank:当遇到有连续两行以上的空白行,就代换为一行的空白行;
24
-A:显示不可打印字符,行尾显示“$”;
0 commit comments