cat access.log | awk '{print $1}'| sort -n | uniq -c | sort -nr | head -20
对 nginx access log 的ip排序
最新推荐文章于 2024-12-03 14:07:50 发布
cat access.log | awk '{print $1}'| sort -n | uniq -c | sort -nr | head -20