Search Results

Search: Posts Made By: johnthebaptist
32,272
Posted By kshji
Something like this: echo -n "number:" ...
Something like this:

echo -n "number:"
read res
PS3="select operation (ENTER=menu again, e=end):"
select f in add sub div mul
do
[ "$REPLY" = "e" ] && break
echo -n "number:"...
Showing results 1 to 1 of 1

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