Sort and Unique
Tagged with: command, file, line, Linux, sort, uniq, unique
Sunday, May 11th, 2008 11:19 PM
Sort contents of a file and remove repeated lines
sort file.txt | uniq
Sort contents of a file and remove repeated lines
sort file.txt | uniq