We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb891ed commit 7c908a4Copy full SHA for 7c908a4
command/wc.md
@@ -15,14 +15,14 @@ wc(选项)(参数)
15
16
### 选项
17
18
-```
19
--c 统计字节数,或--bytes或——chars:只显示Bytes数;。
20
--l 统计行数,或——lines:只显示列数;。
21
--m 统计字符数。这个标志不能与 -c 标志一起使用。
22
--w 统计字数,或——words:只显示字数。一个字被定义为由空白、跳格或换行字符分隔的字符串。
23
--L 打印最长行的长度。
24
--help 显示帮助信息
25
---version 显示版本信息
+```bash
+-c # 统计字节数,或--bytes或——chars:只显示Bytes数;。
+-l # 统计行数,或——lines:只显示列数;。
+-m # 统计字符数。这个标志不能与 -c 标志一起使用。
+-w # 统计字数,或——words:只显示字数。一个字被定义为由空白、跳格或换行字符分隔的字符串。
+-L # 打印最长行的长度。
+-help # 显示帮助信息
+--version # 显示版本信息
26
```
27
28
### 参数
0 commit comments