Search Results

Search: Posts Made By: diham
16,257
Posted By diham
You can get this achieved using until loop. ...
You can get this achieved using until loop.

E.g

#!/bin/ksh
echo "Enter yes of no"
read answer

until [ $answer == y -o $answer == Y -o $answer == n -o $answer == N ]
do
echo "Sorry,...
Showing results 1 to 1 of 1

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