标签:linux crontab find rm
0 2 * * * find /tftpboot -maxdepth 1 -mtime +14 -name "*.img" -exec rm -rf {} \;
定期清理 2周前 指定目录 指定层级 指定后缀 的文件
原文地址:http://blog.csdn.net/youcharming/article/details/42498091