Question

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?

Was it helpful?

Solution

Never mind, I found it.

interact $

Will cause expect to exit when it encounters the string $.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top