Skip to content

Instantly share code, notes, and snippets.

@ArneAnka
Created July 8, 2022 16:50
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Get all emails from a file with grep and regex
`$ grep -E -o "\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,6}\b" file.txt`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment