摘要: 备注:shell脚本实用场景日志分析 #日志处理,sed 正则截取,awk打印偶数列,sub替换,tr替换 tail -f $(ls -lrt /applog/*.log |sed -n '$p'|awk '{print $9}')|grep "当前线程总数" |sed -r 's#([^[]+). 阅读全文
posted @ 2022-11-09 16:21 Jkelly 阅读(74) 评论(0) 推荐(0)