echo shell commands as they are executed

http://stackoverflow.com/questions/2853803/in-a-shell-script-echo-shell-commands-as-they-are-executed

set -x #echo on

或者

#!/bin/bash -x
原文地址:https://www.cnblogs.com/iclk/p/4535371.html