#!ksh
I wanted to do something weird, but unix is not letting me...
Please look and the example:
#assign multiple values to a variable so if the user type
#upper case or lower case it will be ok
var=aa1|AA1|aA1
#then I want to use the variable in a guess script
I need to use the variable in other functions so I cannot use cases Can anyone help? Thank you.