删除指定目录16天前的文件
时间:2005-05-11 来源:lues
注意:慎用,而且最好不要以root身份执行
[root@gameserver root]# more /root/rmbackup.sh
find /backup/37backup -daystart -type f -mtime 16 -exec rm -f '{}' ';'
find /backup/52backup -daystart -type f -mtime 16 -exec rm -f '{}' ';'
相关阅读 更多 +