bash期望脚本输出错误“从内部调用”

时间:2019-06-19 11:22:07

标签: bash expect

我有一个带有某些期望值的bash脚本,即时通讯收到一个奇怪的“错误内调用”。 这是它给我这个错误的代码部分。

expect <<-EOF > (home/EBDREGI
set timeout 1
spawn ssh -oPort=$port $IP grep "[EBD]" /dir/file
expect...
....

我遇到以下错误

invalid command name "EBD"
       while executing
"EBD"
       invoked from within
"spawn ssh -oPort=$Port $IP grep"[EBD]" /dir/file"

我怀疑这与[EBD]中的[]有关 所有建议表示赞赏。

0 个答案:

没有答案