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

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