(Linux)(Bash)開始Bash script Posted on 2018-02-16 Edited on 2022-03-28 In Programming language , Linux , Bash Bash script Linux console mode, 可使用shell script, 進行程式化的指令輸出 使用文字編輯器直接編輯.shvim a.sh 建立與執行Bash script chmod 777 a.sh ./a.sh 或者 bash a.sh bash -x a.sh #Debug command 好用的Linux bash shell scipt手冊 http://www.freeos.com/guides/lsst/ http://bash.cyberciti.biz/guide/Main_Page