gpt4 book ai didi

expect - 可以期望在没有显式设置一个巨大的常量值的情况下被告知不要超时吗?

转载 作者:行者123 更新时间:2023-12-02 17:22:34 24 4
gpt4 key购买 nike

我已将超时设置为一个愚蠢的高数字。有没有更好的方法告诉脚本不要超时?

#!/usr/bin/expect
spawn telnet 10.10.10.10
set timeout 200000000
expect "login"
send "user\r"
expect "Password:"
send "password\r"
send "./run/this.sh\r"

最佳答案

超时值设置为-1

set timeout -1

摘自 expectman page

If no timeout keyword is used, an implicit null action is executed upon timeout. The default timeout period is 10 seconds but may be set, for example to 30, by the command "set timeout 30". An infinite timeout may be designated by the value -1.

关于expect - 可以期望在没有显式设置一个巨大的常量值的情况下被告知不要超时吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41702790/

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