使用 -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