统计Apache 服务器访问日志的几个常用shell命令2019-05-17jax_peng阅读(786)评论(0)赞(0)查看访问ip 前10 1.#cat access.log | cut -d ” -f 1 | sort | uniq -c | sort -nr | awk ‘{print $ 0}’ | head -n...