Skip to content

Commit b36f145

Browse files
committed
Merge pull request me115#6 from custa/patch-3
Update 03_text_processing.rst
2 parents d0b83e5 + 5884666 commit b36f145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/03_text_processing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ grep 文本搜索
107107

108108
常用参数
109109

110-
- -o 只输出匹配的文本行 **VS ** -v 只输出没有匹配的文本行
110+
- -o 只输出匹配的文本行 **VS** -v 只输出没有匹配的文本行
111111
- -c 统计文件中包含文本的次数
112112
grep -c "text" filename
113113
- -n 打印匹配的行号

0 commit comments

Comments
 (0)