删除整个目录下日志文件

for i in `find . -name "*.log"`; do cat /dev/null >$i; done

  

posted @ 2023-05-08 12:08  RoyFans  阅读(31)  评论(0编辑  收藏  举报