如何查看bat,bash的实际执行命令

来源:互联网 发布:品茗软件 编辑:程序博客网 时间:2024/06/16 15:08

bat: @echo on

bash: bash -x abc.sh        or          #!/bin/sh -x

原创粉丝点击