set -x: ... Trace the execution of all commands, it makes the interpreter print each commands in terminal before it is executed. Useful for debugging your shell ...
確定! 回上一頁