cat access.log | awk ‘{print $1}’ | sort | uniq -c | sort -n -r | head -5
更多内容
linux100问
python100问
网络基础知识100问