Mar
12
Command line automation with Expect-lite
Posted by suvi under Programming
Expect is a venerable tool for scripting interactive command-line tools. One normally sees expect coupled with the TCL programming language — for example, in the DejaGNU test environment. Expect-lite is a wrapper for expect designed to allow you to capture an interactive session more directly mapped into a script. The expect-lite language also includes simple conditionals and other programming language elements, and can be readily mixed with bash programming.
Leave a Reply