摘要: cd /usr/local/tomcat/logs grep 匹配 -- 匹配1个关键字 cat ccs-all.log | grep '转派过户任务' -- 同时匹配多个关键字 cat ccs-all.log | grep '转派过户任务' | grep 'test11' grep -v 反向匹配 阅读全文
posted @ 2022-09-21 17:59 亲爱的阿道君 阅读(1045) 评论(0) 推荐(0)