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 c5c3193 commit 16140f0Copy full SHA for 16140f0
command/grep.md
@@ -24,7 +24,7 @@ grep
24
-G --basic-regexp # 将范本样式视为普通的表示法来使用。
25
-h --no-filename # 在显示符合范本样式的那一列之前,不标示该列所属的文件名称。
26
-H --with-filename # 在显示符合范本样式的那一列之前,标示该列的文件名称。
27
--i --ignore-case # 胡列字符大小写的差别。
+-i --ignore-case # 忽略字符大小写的差别。
28
-l --file-with-matches # 列出文件内容符合指定的范本样式的文件名称。
29
-L --files-without-match # 列出文件内容不符合指定的范本样式的文件名称。
30
-n --line-number # 在显示符合范本样式的那一列之前,标示出该列的编号。
0 commit comments