I have a text file that looks like this:
john jones f1
john jones f2
john jones f3
sometimes the part of f1 or so.. is not so clear cut.
Here is what I want to do, take the text file and run something against it so that i purges all but 1 records. It could either create a new text file or modify the current, obviously, i would prefer modify but that is not important.
for sake of the question, the text file will be called file.txt
Thanks, this is the last piece in my quest.