find /path/to/junk/files -type f -mtime +31 -exec rm -f {} \; ... which adds a ton of overhead just to fork and exec rm so many times.
確定! 回上一頁