标签:小技巧
查看nginx访问次数前列的IP:
cat /usr/local/nginx/logs/domain.access.log|awk ‘{print $1}’| sort |uniq –c|head -n 10
实用小技巧(陆续更新)
原文地址:http://liupengfang1015.blog.51cto.com/6627801/1773870