Advertisement
dotancohen

Untitled

Mar 6th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. - bruno():public_html$ cat test
  2. foo
  3. a
  4. bar
  5. b
  6. 1 foo 2 bar 3
  7. 1 foo2bar 3
  8.  
  9.  
  10.  
  11.  
  12. bar
  13. a
  14. foo
  15. b
  16. 1 bar 2 foo 3
  17. 1 bar2foo 3
  18. - bruno():public_html$ pcregrep --color -Mi '(foo(?:.*\n){0,5}bar)' test
  19. 1 foo2bar 3
  20.  
  21.  
  22.  
  23.  
  24. bar
  25. - bruno():public_html$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement