Search Results

Search: Posts Made By: rello
25,948
Posted By rello
##Very shortened version of the program ...
##Very shortened version of the program

!/bin/ksh
LIST="1;2;3"
REFRESH=5
clear
while [ "$quit" != "q" ]
do
echo "======================="

.......
for X in $LIST
do...
25,948
Posted By rello
I am running Solaris 9. All the programs are in...
I am running Solaris 9. All the programs are in ksh not /bin/sh.
I am also not trying to kill the process.
I have menu and one othe optoins calls a script that loops and pauses 5 seconds before...
25,948
Posted By rello
Thank you both for your help. I am still having...
Thank you both for your help. I am still having trouble since neither works with ksh.
I have tried modifying both and still am not having much luck.
25,948
Posted By rello
Giving "read" from standard input a timeout.
I want to prompt a user for input but I want it to timeout after a specified time if no response is given. I tried the sleep command but this does not work. I am using ksh.
Thanks.
Showing results 1 to 4 of 4

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