-6ren">
gpt4 book ai didi

linux - 期望文件中的变量

转载 作者:太空宇宙 更新时间:2023-11-04 11:37:40 26 4
gpt4 key购买 nike

我有一个看起来像这样的期望文件。我使用

调用脚本
expect myfile.exp

我希望能够发送 1、2、3 或 4 的值。expect 文件中是否有变量的概念?

expect -exact "> "
sleep .1
send -s -- "1\r"
expect -exact "> "
sleep .1
# This prompt can take values 1, 2, 3 or 4
send -s -- "1\r"
# I want to replace "1\r" above with one of the 4 possible values at runtime
expect -exact "> "
sleep .1
send -s -- "1\r"

最佳答案

你想让它互动吗?以便脚本请求用户输入,或者它是否需要依赖于它接收到的某些值?

请求用户输入: http://my.safaribooksonline.com/book/operating-systems-and-server-administration/unix/9781565920903/handling-a-process-and-a-user/the_expect_user_command

关于linux - 期望文件中的变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6565776/

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