Skip to content

Instantly share code, notes, and snippets.

@ArneAnka
Created July 8, 2022 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArneAnka/612b9f51566b73b10fc8b3eddce16747 to your computer and use it in GitHub Desktop.
Save ArneAnka/612b9f51566b73b10fc8b3eddce16747 to your computer and use it in GitHub Desktop.
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