Date: 10/18/05 (Java Web) Keywords: java I had to sort and uniq (create a unique set of strings) a large list with lots of duplicate. My options were to write it in Java or download cygwin and run: cat file ¦ sort ¦ uniq > result Cygwin download never works for me. After I spend lots of time selecting a juicy list [...] Source: http://blog.taragana.com/index.php/archive/java-software-1-line-sort-uniq-utility/
|