Skip to content

Instantly share code, notes, and snippets.

@filipgorczynski
Created March 8, 2019 11:44
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 filipgorczynski/20d2fd9e33def5e235c356a8236cc1a1 to your computer and use it in GitHub Desktop.
Save filipgorczynski/20d2fd9e33def5e235c356a8236cc1a1 to your computer and use it in GitHub Desktop.
Extract emails from JSON files
grep "email" file.json | gawk '{print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment