Skip to content

Instantly share code, notes, and snippets.

@senthilnayagam
Last active August 29, 2015 14:20
Show Gist options
  • Save senthilnayagam/6c08974efca8a5e2ef45 to your computer and use it in GitHub Desktop.
Save senthilnayagam/6c08974efca8a5e2ef45 to your computer and use it in GitHub Desktop.
extract email from trai dump
ls *.html | xargs -n1 cat | grep -o '[[:alnum:]+\.\_\-]*@[[:alnum:]+\.\_\-]*' | grep -v 'advqos@trai.gov.in' | sort | uniq | wc -l
# 119798
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment