Im using notepad++ and i have a have large text file with lots of lines that all contain a string with no spaces, I need a way to remove all lines that occur more than once.
For example:
name1
name1
name2
name3
name4
name4
name5
Would be changed to
name2
name3
name5