[問題] shellscript執行指令 command not found

作者: stellvia7 (stellvia)   2015-02-21 12:50:43
目前是想寫一個script 讀取檔案a
此檔案a有寫要執行的指令以及要下的參數,且每個參數會用"," 隔開
但是會出現command not found
目前卡在有空白的指令就會 command not found
a:
#arg0 execute or not
#arg1 command
#arg2 match pattern
#arg3 timeout
1,ls,test,2
1,ls -al,test,2
作者: goldie (阿良)   2015-02-22 11:22:00
加個eval吧: log="$(eval "$2")"此外,bash可以把exec < 跟while do ... done合併成:done < $filename然後exec < $filename那行就可以拿掉了
作者: stellvia7 (stellvia)   2015-02-23 03:25:00
太感謝您了 解了 謝謝x9999

Links booklink

Contact Us: admin [ a t ] ucptt.com