Inside a utility shell I have the statement:
read TPL_LOC?" > " # get template path from user
I want to enter
> $TPL_HOME/admin
where $TPL_HOME is a standard system variable and have $TPL_LOC
interpreted the same way it is on my command line.
The line
TPL_LOC="$TPL_HOME/admin"
works, but I do not have the luxury of being able to hard code this. The
users of the utility need to enter their own pathnames.
Anyone have any ideas?
--
Andree Fontenot
"It isn't necessary to change; survival is not mandatory." - W. Edwards
Deming