auto commmit

This commit is contained in:
CyC2018 2020-02-23 16:36:48 +08:00
parent ac30321c21
commit 9f638393f1
2 changed files with 2 additions and 2 deletions

View File

@ -1021,7 +1021,7 @@ g/re/pglobally search a regular expression and print),使用正则表示式
```html
$ grep [-acinv] [--color=auto] 搜寻字符串 filename
-c 统计个数
-c 统计匹配到行的个数
-i 忽略大小写
-n 输出行号
-v 反向选择也就是显示出没有 搜寻字符串 内容的那一行

View File

@ -1021,7 +1021,7 @@ g/re/pglobally search a regular expression and print),使用正则表示式
```html
$ grep [-acinv] [--color=auto] 搜寻字符串 filename
-c 统计个数
-c 统计匹配到行的个数
-i 忽略大小写
-n 输出行号
-v 反向选择也就是显示出没有 搜寻字符串 内容的那一行