用來在執行結果之前,先輸出執行的那一行命令,或者 set -o xtrace $ cat script.sh set -x #set -o xtrace a=1 b=2 c=3 echo $a echo $b echo $c echo ...
確定! 回上一頁