标签: python linux automation
是否可以使用python来自动化Linux中的交互? (例如,每当字符串“你确定吗?”发送到StdOutput时,向StdInput发送“是”)
感谢。
答案 0 :(得分:6)
是的,请查看pexpect。