linux日志统计访问量最大的TOP10 阅读颜色 选择阅读主题色 自定义 原创 Linux 2018-03-21 脚本小站 gawk -F ' ' '{print $1}' chuxiangyi.log | sort | uniq -c | sort -k1nr | head -20