This one time, at band camp, Sonia Hamilton wrote: >I'm starting to learn expect [1][2] to help me automate some programs >that prompt for input. Expect dates from the early 90s - is it the right >way to go or is there now a better shinier tool/language that I should >be learning? > >[1] http://expect.nist.gov/ >[2] http://en.wikipedia.org/wiki/Expect
Python has an expect module that provides the send/expect function pair; all expect(1) is is a language extension to TCL... Anyway the Python module is pretty sweet! -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
