Browse Source

restore deleted "z" in sample input

George Jones 1 year ago
parent
commit
8b6b295f8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      home/public/snippits/grep/grep-patterns.org

+ 1 - 1
home/public/snippits/grep/grep-patterns.org

@@ -17,7 +17,7 @@ foo
 foo foo
 foo bar
 foo bar baz
-foo|bar|ba
+foo|bar|baz
 
 # basic regexs (-G) by default. '|' NOT special.
 $ grep 'bar|baz' foo.txt