I have a txt file that looks something like this
John
John
John
Peter
Fred
Fred
Paul
Paul
Paul
Paul
It's over 5,000 lines long, I was wondering if someone can post a quick php script or info of how to remove duplicate lines in excel so it looks like this:
John
Peter
Fred
Paul
Hope someone can help
