Advertisement
Guest User

Untitled

a guest
Jul 8th, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. jku001@schuldiner:/tmp$ set -x
  2. jku001@schuldiner:/tmp$ egrep [\+] test.txt
  3. + egrep --color=auto '[+]' test.txt
  4. user+bla@me.com
  5. +user@test.nl
  6. jku001@schuldiner:/tmp$ egrep '+' test.txt
  7. + egrep --color=auto + test.txt
  8. user+bla@me.com
  9. +user@test.nl
  10. me@you.info
  11. whatever@example.com
  12. bla[@you.de
  13. whoops]@where.com
  14.  
  15. jku001@schuldiner:/tmp$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement