我自己本身很常用到grep,find,awk 這些撰寫shell script。 ... find /path_name -type f -mtime +7 -exec rm '{}' \; find /path_name -type f ...
確定! 回上一頁