cat hello.sh echo hhs pwd i=666 set -x echo $i set +x [dc2-user@10-255-20-218 ~]$ bash hello.sh hhs /home/dc2-user + echo 666 666 + set +x ...
確定! 回上一頁