摘要: awk '{print $7}' access_2023-10-07_023002.log|sort |uniq -c |sort -nr |head -20awk '$10 > 204800 {print $7 $10}' access_2023-10-07_023002.log > filter 阅读全文
posted @ 2024-04-17 15:55 仁义礼智信的 阅读(9) 评论(0) 推荐(0)