views:

530

answers:

1

I am using the linux too Expect 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?

A: 

Never mind, I found it.
interact $
Will cause expect to exit when it encounters the string '$'

Malfist