Files
tldr/pages.zh/linux/expect.md

16 lines
329 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# expect
> 一个与需要用户输入的其他程序交互的脚本执行器。
> 更多信息:<https://manned.org/expect>。
- 从文件中执行期望脚本:
`expect {{path/to/file}}`
- 执行指定的期望脚本:
`expect -c "{{commands}}"`
- 进入交互式REPL使用`exit`或Ctrl + D退出
`expect -i`