set -x enables a mode of the shell where all executed commands are printed to the terminal. In your case it's clearly used for debugging, ...
確定! 回上一頁