1998-01-29 18:12:42 -05:00
|
|
|
Expect is a program that performs programmed dialogue with other
|
|
|
|
interactive programs. It is briefly described by its man page, expect(1).
|
|
|
|
|
|
|
|
It uses pseudo-tty's to control the child processes, so it is not affected
|
|
|
|
by programs that refuse to read from stdin or pipes. (eg: passwd(1) etc).
|
|
|
|
|
2002-06-30 13:50:28 -04:00
|
|
|
Flavors:
|
|
|
|
no_tk - Do not build with Tk support.
|