Solution 1: bash -x script or set -x in the script. You can unset the option again with set +x. If you just want to do it for a few commands you can use a ...
確定! 回上一頁