cool unix command line stuff

grep -E -o -hir ‘[a-zA-Z]+@([a-zA-Z]+\.)+[a-zA-Z]{2,3}’ . | tr A-Z a-z | sort | uniq maybe this one would be better:
grep -E -o -hir ‘[a-zA-Z0-9]+@([a-zA-Z0-9]+\.)+[a-zA-Z0-9]{2,3}’ . | tr A-Z a-z | sort | uniq]]>

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.