Skip to content

Instantly share code, notes, and snippets.

@ddre54
Created July 10, 2019 21:28
Show Gist options
  • Save ddre54/06edac9915de6af617942375620c49a3 to your computer and use it in GitHub Desktop.
Save ddre54/06edac9915de6af617942375620c49a3 to your computer and use it in GitHub Desktop.
Grep Emails from File
#!/bin/bash
grep -E -o "\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,6}\b" log_file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment