Quote:
Originally Posted by zambo
Actually could have something like:
WHEREIAM= `echo $WHEREIAM | command`
where command(using sed, awk, ...) will replace all environment variables by their value within the shell so that in my example i'll have when echo $WHEREIAM after ===>=/tmp/here/location/dev
|
if you use double quotes it should give expected result..
