Shell Script 執行後不要有任何回應顯示 ... example: #!/bin/bash find /var/www/html/*.pdf -type f -mtime +7 -exec rm -f {} \; root@user:~# ...
確定! 回上一頁