linux定时删除N天前的文件

命令格式:

find /tmp -mtime +30 -type f -name "*" -exec rm -rf {} /;

 

发表评论

您的邮箱地址不会被公开。