摘要: awk '{arr[$2]+=$1}END{for (i in arr) print i,arr[i]}' sort_all.txt | sort -k2nr -g 阅读全文
posted @ 2015-05-16 18:53 wq920 阅读(373) 评论(0) 推荐(0)