Archive for the ‘perl’ Category

Extract emails from big text file

Fount it here: perl -wne’while(/[\w\.\-]+@[\w\.\-]+\w+/g){print “$&\n”}’ emails.txt | sort -u > output.txt

Subscribe to RSS Feed Follow me on Twitter!

Switch to our mobile site