gpt4 book ai didi

linux - Tcl 期待 : How can you expect 2 matches in 1 line

转载 作者:太空宇宙 更新时间:2023-11-04 10:22:55 25 4
gpt4 key购买 nike

你怎么能期望 1 行中有 2 个匹配项

expect "New password*" | "Retype"
send "something\r

最佳答案

您可以使用 -re 标志来启用正则表达式支持。

 expect -re "New password*|Retype" 
send "something\r"

关于linux - Tcl 期待 : How can you expect 2 matches in 1 line,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43110902/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com