摘要: 查看10分钟内的日志 #!/bin/bash cd /opt/xxx/log logname=$(find -cmin -10) tail -f $logname 阅读全文
posted @ 2021-07-28 13:13 vaen 阅读(36) 评论(0) 推荐(0)