随笔分类 -  shell

摘要://正常的过滤 [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海盐味的文章 阅读(1143) 评论(0) 推荐(0)