linux下的bash shell

運行bash shell命令的方式 vi t1.sh 並輸入 pwd ls pwd 然後:x保存關閉 1.首先查看權限 ls -l,如果沒有執行權限則用chmod a+x t1.sh ,最後運行./t1.sh。如下圖 2.如果沒有權限,直接調用/bin/sh t1.sh 3.source t1.sh      . t1.sh 注意:在使用source 和 .命令時是在當前bash中,如果你的執行腳
相關文章
相關標籤/搜索