2009-08-26 17:00:38 +02:00
|
|
|
# HOW TO EDIT THIS FILE:
|
2018-05-28 21:12:29 +02:00
|
|
|
# The "handy ruler" below makes it easier to edit a package description. Line
|
2009-08-26 17:00:38 +02:00
|
|
|
# up the first '|' above the ':' following the base package name, and the '|'
|
2018-05-28 21:12:29 +02:00
|
|
|
# on the right side marks the last column you can put a character in. You must
|
|
|
|
# make exactly 11 lines for the formatting to be correct. It's also
|
2009-08-26 17:00:38 +02:00
|
|
|
# customary to leave one space after the ':'.
|
|
|
|
|
|
|
|
|-----handy-ruler------------------------------------------------------|
|
|
|
|
expect: expect (program that talks to other interactive programs)
|
|
|
|
expect:
|
|
|
|
expect: Expect is a program that talks to other interactive programs according
|
2018-05-28 21:12:29 +02:00
|
|
|
expect: to a script. Following the script, Expect knows what can be expected
|
|
|
|
expect: from a program and what the correct response should be. An
|
2009-08-26 17:00:38 +02:00
|
|
|
expect: interpreted language provides branching and high-level control
|
|
|
|
expect: structures to direct the dialogue.
|
|
|
|
expect:
|
|
|
|
expect: Expect was written by Don Libes of the National Institute of Standards
|
2018-05-28 21:12:29 +02:00
|
|
|
expect: and Technology. Homepage: http://core.tcl.tk/expect
|
2009-08-26 17:00:38 +02:00
|
|
|
expect:
|