[Noisebridge-discuss] Extracting email address from a 90 page document

Harry Moreno morenoh149 at gmail.com
Wed Oct 1 21:47:14 UTC 2014


http://ubuntuforums.org/showthread.php?t=1098267

try `awk '{for(i=1;i<=NF;i++) { if ($(i) ~ "@") print $i}}' emails.txt` if
this is too advanced for you read this primer
http://cli.learncodethehardway.org/book/

On Wed, Oct 1, 2014 at 1:25 PM, Josh Juran <jjuran at gmail.com> wrote:

> On Sep 30, 2014, at 12:32 PM, N <jpk at pobox.com> wrote:
>
> > Does anyone know of software that would allow me to extract about a
> thousand email addresses from a 90-page txt file of names, addresses and
> phone numbers?
>
> http://www.xkcd.com/208/
>
> Josh
>
>
> _______________________________________________
> Noisebridge-discuss mailing list
> Noisebridge-discuss at lists.noisebridge.net
> https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.noisebridge.net/pipermail/noisebridge-discuss/attachments/20141001/54d90ad6/attachment-0003.html>


More information about the Noisebridge-discuss mailing list