📜  bash set -x - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:16.547000             🧑  作者: Mango

代码示例1
# Print commands and their arguments as they are executed.
set -x
# Disable Print commands.
set +x