摘要:
阅读全文
posted @ 2020-10-14 16:11
alan海盐味的文章
阅读(62)
评论(0)
推荐(0)
摘要:
//正常的过滤 [root@localhost tjm]# cat access.log | cut -d " " -f 1 | sort | uniq -c | sort -nr | head -n 10 33 172.68.133.11 30 172.69.22.69 27 172.68.142 阅读全文
posted @ 2020-10-14 15:23
alan海盐味的文章
阅读(1135)
评论(0)
推荐(0)