在Linux 平台下找檔案不外乎使用威力強大的find 命令,威力強大的背後就是有一點點 ... find /tmp -type f -atime +30 -print -exec rm -f '{}' \;.
確定! 回上一頁