使用 -n 檢查指令碼的語法
使用 -n 標誌可以檢查指令碼的語法,而無需執行它:
~> $ bash -n testscript.sh
testscript.sh: line 128: unexpected EOF while looking for matching `"'
testscript.sh: line 130: syntax error: unexpected end of file
使用 -n 標誌可以檢查指令碼的語法,而無需執行它:
~> $ bash -n testscript.sh
testscript.sh: line 128: unexpected EOF while looking for matching `"'
testscript.sh: line 130: syntax error: unexpected end of file