How to find and delete files in a Linux directory based on when the file had been ... find /path-to-directory -mtime +5 -exec rm -f {} \;.
確定! 回上一頁