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.
有没有办法像小程序一样编写pexpect,它可以启动一个进程并将密码传递给该进程?我不想安装和使用 pexpect python 库,但想知道它背后的逻辑,以便使用 linux 系统 apis 我可以构建类似的东西。
您可以只使用“期望”。它的重量很轻,可以按照您的描述进行操作。
对于非常简单的情况,空是一种选择。它是一个轻量级的 C 程序,可以直接从 shell 脚本中使用,不需要 Tcl。
对于 Debian/Ubuntu,软件包是empty-expect.
empty-expect