Skip to content

Instantly share code, notes, and snippets.

@eye9poob
Created February 2, 2016 08:12
Show Gist options
  • Save eye9poob/54b9c30d74ad1151dc26 to your computer and use it in GitHub Desktop.
Save eye9poob/54b9c30d74ad1151dc26 to your computer and use it in GitHub Desktop.
grep mails from text file
grep -E -o "\b[a-zA-Z0-9.#?$*_-]+@[a-zA-Z0-9.#?$*_-]+\.[a-zA-Z0-9.-]+\b" text.txt > e-mails.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment