expect 知识与示例说明
2012/04/10 chenxin
2019/07/07 update Chenxin
参考
https://www.cnblogs.com/yinghao1991/p/6926125.html
https://www.jellythink.com/archives/373
https://www.cnblogs.com/chengjian-physique/p/8254381.html
https://core.tcl-lang.org/expect/index
概念与基础知识
目的
利用expect,则可以根据程序的提示,模拟标准输入提供给程序,从而实现自动化交互执行.
指令
命令 作用
send 用于向进程发送字符串.如果要发送Ctrl-C结束进程,可以通过send "