删除10前的目录 find dir -mtime +10 -type d |xargs rm -rfdir是目标目录删除10前的文件find dir -mtime +10 -type f |xargs rm -fdir是目标目录