blog.hersoncruz.com "The quieter you become, the more are you able to hear…"

25Jan/110

Extract emails from big text file

Fount it here:

perl -wne'while(/[\w\.\-]+@[\w\.\-]+\w+/g){print "$&\n"}' emails.txt | sort -u > output.txt
   

Switch to our mobile site