Search Results

Search: Posts Made By: bhav_shah82
8,653
Posted By bhav_shah82
Here I cannot use literal because the values are...
Here I cannot use literal because the values are obtained at runtime and from that the user has to make a choice.
Also I did not understand how to use the second option.
8,653
Posted By bhav_shah82
help with variable substitution in case statement
I have a script where I take input from user and see if it falls in list of valid entry.

---------------
#!/bin/ksh
VALID_ENTRIES="4|5|6"

echo "enter your choice"
read reply

IFS="|"
echo...
Showing results 1 to 2 of 2

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