Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Expect 似乎是一个非常强大的自动化工具:http ://www.nist.gov/mel/msid/expect.cfm
是否有与该工具等效的 Ruby?
标准库中有这个pty包,但它只实现了 Tcl 包功能的一个子集。特别是,它似乎缺乏同时等待多个模式或同时提供交互的能力。也许这对你用它做什么并不重要;很多人期望程序永远不会使用它的全部功能。
pty