* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
> Thanks Martin,
>
> Then, how to bring up an environment variable a to a shell variable b?
> command
> b=`{cat /env/a}
> does not work all the time.
>
Hello,
I haven't tried, but
b=`{ifs='' cat /env/a}
might do the Right Thing.
