shell小技巧(7)shell运行调试时间:2022-04-18 08:05:04可以在sh内使用set -x,使用后,会打印每条命令的输出 在shell中设置 set -x 开启 set +x 关闭 也可以在执行脚本时加参数 sh -x *.sh