Linux下使用shell讀取文字檔案中的命令並逐條執行

tolywang發表於2012-05-10
 
soa_gen.sh  檔案:
#!/bin/sh
while read LINE
do
$LINE
done
 
 
webservice.txt 檔案下的命令:
soagenerate.sh irepname=HW_OE_ORDBOOK
soagenerate.sh irepname=HW_OE_ORDIMPORT
soadeploy.sh irepname=HW_OE_ORDBOOK
soadeploy.sh irepname=HW_OE_ORDIMPORT
 
假設soagenerate.sh是可執行命令。
 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-736156/,如需轉載,請註明出處,否則將追究法律責任。

相關文章