linux:sort
Differences
This shows you the differences between two versions of the page.
| linux:sort [2013/10/12 14:20] – created percy | linux:sort [2013/10/12 14:23] (current) – percy | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== uniq -c ====== | ====== 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 | cat PHONEMODEL-7.txt |sort|uniq -c|sort -k1nr -k2 | ||
/var/www/dokuwiki/wiki/data/attic/linux/sort.1381587637.txt.gz · Last modified: (external edit)
