today I was trying to remove duplicate lines on a simple text file, something like:
input (list.txt):
hello
hello
try
output (list.txt):
try
i was trying with notepad++ to remove duplicate rows and remove the remaining one but nothing. is there a software o some function for do this with notepad++?
thanks.