在expect块期望脚本中使用别的东西

时间:2017-11-12 20:10:44

标签: expect

在期望的期望块中,如下所示:

expect {  
    "matched_string" {puts "string is matched"}  
    "I want to get strings else" {puts "string is unmatched"}  #(1)  
}  

在(1),我想得到与" matched_string"有区别的所有字符串。它与"相同"。我可以用默认或超时解决,但我不想等。

我该怎么办?

非常感谢。

0 个答案:

没有答案