摘要: #!/bin/bash FILE=`ls | grep *.log` for i in $FILE do cat /dev/null >$i done 阅读全文
posted @ 2020-12-24 14:07 xiaoxiaoの 阅读(300) 评论(0) 推荐(0) 编辑