I have a data file that I want to break into segments. The first segment would be all records matching "@yahoo", save to a new file. How would I do this? I am thinking this is where r, python, or egrep come into play but not sure.
I thought I would ask before digging into those languages.