[Linux09]Shell腳本入門

第一部分 基礎入門 1、創建Shell腳本:vi wordcount.sh          #! /bin/bash         echo "www.uozedata.com" 2、每個shell腳本內容的第一行:#! /bin/bash  最後可能也不是bash,而是別的 3、一般新建shell權限爲644,無執行權限,故執行shell腳本前需要先賦權限:chmod u+x wordcou
相關文章
相關標籤/搜索