原载于:转www.载for网站制作学习asp必.cn究
nginx 日志统计ip

 cat 15.log | awk '{print $1}' | sort | uniq -c | sort -nrk1 | awk '{print $1" "$2}'
原载于:本文原载于www.forasp.cn