Removing duplicate lines in dictionary file
#1
I tried using
sort filename | uniq -u

but of course if a line was duplicated it was removing all the same lines and not keeping a unique line.


Messages In This Thread
Removing duplicate lines in dictionary file - by slawson - 11-12-2014, 08:07 PM