how do i remove all duplicate words from a txt file?
#2
You just want to remove duplicates ?!
Code:
sort file.txt | uniq


Messages In This Thread
RE: how do i remove all duplicate words from a txt file? - by Mem5 - 12-22-2016, 10:13 PM