shell study

shell記錄 執行腳本 做爲可執行程序 chmod +x ./test.sh #使腳本具備執行權限 ./test.sh #執行腳本 做爲解釋器執行 /bin/sh test.sh /bin/php test.php 變量使用 name='bob' echo $name echo "my name id $name" echo "Hello,"$name"!" echo ${#name}
相關文章
相關標籤/搜索