使用 find 删除N天之前的文件

find /nfs/backup/*.sql -type f -ctime +N | xargs rm -f
posted @ 2021-08-24 08:11  Varden  阅读(141)  评论(0)    收藏  举报