常用的shell脚本
程序员文章站
2024-02-19 19:06:58
...
1、获取tomcat当天访问频率高的ip并排序
awk '{print $1}' localhost_access_log.2016-07-21.txt | sort | uniq -c | sort -rn | awk '{if($1>500)print $0}'
- 1
上一篇: ubuntu下创建快捷方式
下一篇: CMakeLists.txt