Search Results

Search: Posts Made By: nanlee
5,716
Posted By nanlee
Thanks, expect worked like a charm! I used...
Thanks, expect worked like a charm! I used something like:


/usr/bin/expect <<EOD

set timeout 100

spawn (process)
expect "yes/no"
send "yes\r"
expect "Enter"
send "\r"
expect "0%"...
5,716
Posted By nanlee
I'm not exactly sure of how the text is being...
I'm not exactly sure of how the text is being displayed, whether its from echo, etc. I just know its from the linux End User License Agreement interface that requires the user to scroll through the...
5,716
Posted By nanlee
Scrolling through text while interacting with program prompts
Hi all,

I am trying write a shell script to automate the installation of a program, but during the process of the installation, the installation program requires the user to scroll through 10...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 05:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy