Jeff Green wrote:
> 
> % XXX="hello" /bin/echo $XXX

When the shell see's this line, it expands $XXX itself first. It is not
/bin/echo doing the expansion.

Note that if you do the following, it will print hello.
XXX="hello" printenv XXX

Oliver



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to