Skip to content

Commit 7c908a4

Browse files
authored
Update wc.md
1 parent eb891ed commit 7c908a4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

command/wc.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ wc(选项)(参数)
1515

1616
### 选项
1717

18-
```
19-
-c 统计字节数,或--bytes或——chars:只显示Bytes数;。
20-
-l 统计行数,或——lines:只显示列数;。
21-
-m 统计字符数。这个标志不能与 -c 标志一起使用。
22-
-w 统计字数,或——words:只显示字数。一个字被定义为由空白、跳格或换行字符分隔的字符串。
23-
-L 打印最长行的长度。
24-
-help 显示帮助信息
25-
--version 显示版本信息
18+
```bash
19+
-c # 统计字节数,或--bytes或——chars:只显示Bytes数;。
20+
-l # 统计行数,或——lines:只显示列数;。
21+
-m # 统计字符数。这个标志不能与 -c 标志一起使用。
22+
-w # 统计字数,或——words:只显示字数。一个字被定义为由空白、跳格或换行字符分隔的字符串。
23+
-L # 打印最长行的长度。
24+
-help # 显示帮助信息
25+
--version # 显示版本信息
2626
```
2727

2828
### 参数

0 commit comments

Comments
 (0)