Skip to content

Commit 16140f0

Browse files
宋小北jaywcjlove
authored andcommitted
错误文字
1 parent c5c3193 commit 16140f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/grep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ grep
2424
-G --basic-regexp # 将范本样式视为普通的表示法来使用。
2525
-h --no-filename # 在显示符合范本样式的那一列之前,不标示该列所属的文件名称。
2626
-H --with-filename # 在显示符合范本样式的那一列之前,标示该列的文件名称。
27-
-i --ignore-case # 胡列字符大小写的差别
27+
-i --ignore-case # 忽略字符大小写的差别
2828
-l --file-with-matches # 列出文件内容符合指定的范本样式的文件名称。
2929
-L --files-without-match # 列出文件内容不符合指定的范本样式的文件名称。
3030
-n --line-number # 在显示符合范本样式的那一列之前,标示出该列的编号。

0 commit comments

Comments
 (0)