#!/bin/bash
set -x            # activate debugging from here 从这里开始打印执行的命令及其参数
your other commands...
set +x            # stop debugging from here 从这里停止打印执行的命令及其参数

相关文章:

  • 2021-12-12
  • 2021-12-23
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2021-12-23
  • 2021-09-15
猜你喜欢
  • 2021-08-27
  • 2022-01-05
  • 2021-08-03
  • 2022-12-23
  • 2022-02-04
  • 2022-12-23
相关资源
相似解决方案