统计 nginx access.log

awk '{print $1}' access22.log | sort | uniq -c | sort -nr -k1

posted on 2021-10-02 14:01  rigidwang  阅读(21)  评论(0编辑  收藏  举报