expect
Script executor that interacts with other programs that require user input.
- Execute an expect script from a file:
expect {path/to/file}
- Execute a specified expect script:
expect -c "{commands}"
- Enter an interactive REPL (use `exit` or Ctrl + D to exit):
expect -i
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).