awk
-
Shell分析日志文件
文章转载自:https://mp.weixin.qq.com/s/o63aIM2p9rc2OjhxiC6wgA 1、查看有多少个IP访问: awk ‘{print $1}’ log…
-
linux中如何统计文本字符的总个数
1、测试数据 [root@centos7 test3]# ls test.txt [root@centos7 test3]# cat test.txt deet dggh df…
-
linux awk命令统计行数和列数
1、测试数据 [root@centos7 test4]# ls test.txt [root@centos7 test4]# cat test.txt d j k j x m …
-
Shell 分析服务器日志命令集锦
转载自: https://segmentfault.com/a/1190000009745139 自己的小网站跑在阿里云的 ECS 上面, 偶尔也去分析分析自己网站服务器日…