Skip to content

Instantly share code, notes, and snippets.

@nl5887
Last active September 14, 2015 12:39
Show Gist options
  • Select an option

  • Save nl5887/a01682d188b826ef0ab2 to your computer and use it in GitHub Desktop.

Select an option

Save nl5887/a01682d188b826ef0ab2 to your computer and use it in GitHub Desktop.
Grep default regular expressions

email

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