diff --git a/command/grep.md b/command/grep.md index f16b017da3..2fd54ef2c8 100644 --- a/command/grep.md +++ b/command/grep.md @@ -141,7 +141,7 @@ grep "text" -n file_1 file_2 ```shell echo gun is not unix | grep -b -o "not" 7:not -#一行中字符串的字符便宜是从该行的第一个字符开始计算,起始值为0。选项 **-b -o** 一般总是配合使用。 +#一行中字符串的字符偏移是从该行的第一个字符开始计算,起始值为0。选项 **-b -o** 一般总是配合使用。 ``` 搜索多个文件并查找匹配文本在哪些文件中: