shell 脚本4 检查脚本错误
Posted liang-1
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shell 脚本4 检查脚本错误相关的知识,希望对你有一定的参考价值。
检查语法错误
-n
bash -n /path/to/some_script
bash -n f1.sh
调试执行
跟踪调试
bash -x /path/to/some_script
以上是关于shell 脚本4 检查脚本错误的主要内容,如果未能解决你的问题,请参考以下文章
打开终端并运行 shell 脚本(CentOS)后出现 Bash 错误 [重复]
转 MySQL shell脚本执行错误 $' ':command not found