Skip to content

Commit 645d9de

Browse files
authored
doc: update grep.md example. (jaywcjlove#361)
1 parent 21c8007 commit 645d9de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

command/grep.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ echo "hello world" | grep -i "HELLO"
171171
```shell
172172
echo this is a text line | grep -e "is" -e "line" -o
173173
is
174+
is
174175
line
175176

176177
#也可以使用 **-f** 选项来匹配多个样式,在样式文件中逐行写出需要匹配的字符。

0 commit comments

Comments
 (0)