Skip to content

Instantly share code, notes, and snippets.

@philadams-zz
Created June 28, 2012 15:18
Show Gist options
  • Save philadams-zz/3011962 to your computer and use it in GitHub Desktop.
Save philadams-zz/3011962 to your computer and use it in GitHub Desktop.
grep all email addresses from a file
grep -E -o "\b[a-zA-Z0-9.-]+@[a-zA-Z0-9.-]+\.[a-zA-Z0-9.-]+\b" filename.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment