Skip to content

Commit b6227d7

Browse files
authored
修改grep命令中的偏移错别字 (jaywcjlove#394)
1 parent 5db620e commit b6227d7

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
@@ -141,7 +141,7 @@ grep "text" -n file_1 file_2
141141
```shell
142142
echo gun is not unix | grep -b -o "not"
143143
7:not
144-
#一行中字符串的字符便宜是从该行的第一个字符开始计算,起始值为0。选项 **-b -o** 一般总是配合使用。
144+
#一行中字符串的字符偏移是从该行的第一个字符开始计算,起始值为0。选项 **-b -o** 一般总是配合使用。
145145
```
146146

147147
搜索多个文件并查找匹配文本在哪些文件中:

0 commit comments

Comments
 (0)