1. 程式人生 > >shell : 基本的互動指令碼

shell : 基本的互動指令碼

格式:

command << tag_range

    input1

    ....

tag_range

說明:

        這種方法不是所有linux shell下的二進位制/指令碼都能夠使用,如使用Makeself生成的.sh就不能用這種方法,這時候可以使用expect。

常見錯誤:

       warning: here-document at line x delimited by end-of-file(wanted 'tag_range')

       解釋 tag_range雖然可以是任意字串,但是必須嚴格一致,注意tag_range前後的 製表符 , 空格符的干擾