Linux shell編程(四)shell腳本中是如何傳入參數的

(1)直接用$1,$2取傳入的參數 vim /root/test.sh #!/bin/bash if [ $1 == "start" ]   then      echo "do start"   command groups   elif [ $1 == "stop" ]   then   echo "do stop"   command group   else   echo "Please
相關文章
相關標籤/搜索