我有一个带有某些期望值的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]中的[]有关 所有建议表示赞赏。