Explorar el Código

restore deleted "z" in sample input

George Jones hace 1 año
padre
commit
8b6b295f8b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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