标签:脚本 .sh script 语法 bash rip some path 调试
-n
bash -n /path/to/some_script
bash -n f1.sh
跟踪调试
bash -x /path/to/some_script
shell 脚本4 检查脚本错误
原文地址:https://www.cnblogs.com/liang-1/p/8835297.html