Skip to content

Instantly share code, notes, and snippets.

@atucom
Created March 13, 2019 16:26
Show Gist options
  • Save atucom/179afbe6be6d47fa05debc61eb77abce to your computer and use it in GitHub Desktop.
Save atucom/179afbe6be6d47fa05debc61eb77abce to your computer and use it in GitHub Desktop.
grep for user:[email protected] patterns
# user : pass @ whatever
grep -Pi '[^\s]*:[^\s]*@[^\s]*' * --color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment