From 9f638393f1bdbaf7dd653bda5dab06b906ffce76 Mon Sep 17 00:00:00 2001 From: CyC2018 Date: Sun, 23 Feb 2020 16:36:48 +0800 Subject: [PATCH] auto commmit --- docs/notes/Linux.md | 2 +- notes/Linux.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/notes/Linux.md b/docs/notes/Linux.md index e730548c..2f715fb4 100644 --- a/docs/notes/Linux.md +++ b/docs/notes/Linux.md @@ -1021,7 +1021,7 @@ g/re/p(globally search a regular expression and print),使用正则表示式 ```html $ grep [-acinv] [--color=auto] 搜寻字符串 filename --c : 统计个数 +-c : 统计匹配到行的个数 -i : 忽略大小写 -n : 输出行号 -v : 反向选择,也就是显示出没有 搜寻字符串 内容的那一行 diff --git a/notes/Linux.md b/notes/Linux.md index e730548c..2f715fb4 100644 --- a/notes/Linux.md +++ b/notes/Linux.md @@ -1021,7 +1021,7 @@ g/re/p(globally search a regular expression and print),使用正则表示式 ```html $ grep [-acinv] [--color=auto] 搜寻字符串 filename --c : 统计个数 +-c : 统计匹配到行的个数 -i : 忽略大小写 -n : 输出行号 -v : 反向选择,也就是显示出没有 搜寻字符串 内容的那一行