shell统计重复出现的次数(比如ip)

 awk '{a[$1]++} END {for(i in a){print i,a[i] | "sort -r -k 2"}}' a1.txt > a2.txt