[shell script] 基本語法« 網站後端的工作筆記

[shell script] 基本語法« 網站後端的工作筆記

瀏覽:1086
日期:2025-10-01
接收傳入參數建立test.sh內容: #!/bin/bash echo $0 echo $1 echo $2 echo $3 執行 你的shell檔案,並將要傳入的參數加在後面$ sh tes......看更多