Guest User

Untitled

a guest
Jun 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Searching 100 files for "foo" (regex, case sensitive)
  2.  
  3. ~/example.txt:
  4. 1
  5. 2: Hello foo
  6. 4
  7.  
  8. ~/example2.txt:
  9. 1
  10. 2: Hello world foo.
  11. 3
  12. 4: Hello world foo.
  13. 5 Hello world.
  14.  
  15. ~/example.txt:
  16. 1
  17. 2: Hello world.
  18. 3
  19.  
  20. ~/example2.txt:
  21. 1
  22. 2: Foo bar.
  23. 3
  24.  
  25. ~/example2.txt:
  26. 1
  27. 2: A b c...
  28. 3
  29.  
  30. Hello world.
  31.  
  32. ---
  33.  
  34. Foo bar.
  35.  
  36. ---
  37.  
  38. A b c...
  39.  
  40. Hello world.
  41.  
  42. ---
  43.  
  44. Foo world.
  45.  
  46. ---
  47.  
  48. A b c...
  49.  
  50. ~/example.txt:
  51. 1
  52. 2: Hello world.
  53. 3
  54.  
  55. ~/example2.txt:
  56. 1
  57. 2: Foo world.
  58. 3
  59.  
  60. ~/example2.txt:
  61. 1
  62. 2: A b c...
  63. 3
Add Comment
Please, Sign In to add comment