Reputation: 31815
I am using the Expect Linux tool and I have to interact with the shell. However, it's not a true interact, I just want to see what's going on. How can I get Expect to exit after the interacting program exits?
Upvotes: 1
Views: 1207
Reputation: 31815
Never mind, I found it.
interact $
Will cause expect to exit when it encounters the string $
.
Upvotes: 1