1. shell指令碼的變數賦值
變數賦值語句中的等號左右不能有空格
即 a = 4 //錯誤
a=4 //正確
2. shell腳步的執行需要許可權
chmod +x shell.sh
./shell.sh //執行shell指令碼