1996-10-30 10:46:20 +01:00
|
|
|
Expect is a program that performs programmed dialogue with other
|
|
|
|
interactive programs. It is briefly described by its man page, expect(1).
|
1995-12-07 23:18:39 +01:00
|
|
|
|
1996-10-30 10:46:20 +01:00
|
|
|
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).
|
1995-12-07 23:18:39 +01:00
|
|
|
|
2001-11-21 00:29:38 +01:00
|
|
|
WWW: http://expect.nist.gov/
|
1999-05-03 08:13:27 +02:00
|
|
|
FAQ: http://expect.nist.gov/FAQ.html
|