On 8/19/05, James F. Hranicky <jfh / cise.ufl.edu> wrote: > > I've moved to using the PTY module and the built in expect in lieu of > RExpect, as it was coring on me last time I tried it. > > PTY/expect.rb seem to do a good job, and if expect is too basic you > can roll your own. Attached is a script I used to talk to > "apt-get upgrade" on Debian, as it's so curious. Thank you James. Your example is clear and elegant.