删除当前目录下30天以前的文件

find  ./  -type f -ctime +30 | xargs rm -rf

 

posted @ 2025-03-10 11:37  ccylhw  阅读(29)  评论(0)    收藏  举报