1

次のスニペットの最後の送信の出力を取得するために、expect_out を使用したい

while {[gets $cmds command]>=0} {
    send "$command\r"
    expect "*"
    set result $expect_out(buffer)
    puts $gout $result
}

しかし、expect_out(buffer) は以前のすべての出力を維持しているようですが、どうすれば目標を達成できますか? ありがとう

4

1 に答える 1