《建立與執行shell script》 1.利用編輯器把要執行的指令依序寫到某個檔案,並在 該檔最前面加上一行: #!/bin/bash 2. 執行『chmod u+x 檔名』。 3. 以絕對(如/home/qoo ...
hyh.mis.tsu.edu.tw