cat  access.log |awk '{print $1,$9}'|grep '200'|sort | uniq -c|awk '{print $2" "$1}'

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-07
  • 2021-06-07
  • 2022-12-23
  • 2022-01-06
  • 2021-09-07
  • 2021-10-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-20
  • 2021-12-20
  • 2022-12-23
  • 2021-12-24
  • 2021-11-08
相关资源
相似解决方案