shell调试手段 Shell / 果子 可以采用test命令来测试条件是否达到,再决定是否输出debug日志 #!/bin/sh debug=1 te […] shell调试手段 Read More »
Expert Shell Scripting Shell / 果子 使用set -x查看输出过程 #!/bin/sh #set -x echo -n “Can you write Expert Shell Scripting Read More »