====== uniq -c ====== -k1nr means sort by the column 1 and descending -k2 means if k1 is the same value,then sort with column 2 by alphabetic cat PHONEMODEL-7.txt |sort|uniq -c|sort -k1nr -k2