Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のスニペットの最後の送信の出力を取得するために、expect_out を使用したい
while {[gets $cmds command]>=0} { send "$command\r" expect "*" set result $expect_out(buffer) puts $gout $result }
しかし、expect_out(buffer) は以前のすべての出力を維持しているようですが、どうすれば目標を達成できますか? ありがとう