mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
6 lines
290 B
Plaintext
6 lines
290 B
Plaintext
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).
|