I have a text file having some members information about organizational experts. Now I want to extract only email addresses from that.
Example file:
a@a.com jhgvhdhf bahau@gmail.com hdghfd G@g.com
How could I extract all the strings ending with @hotmail.com
? If the filename is foo.txt...