On Thu, Mar 08, 2001 at 11:10:14AM -0500, Jason Kawaja wrote:
[snip]
> <> Have tried the following:
> 
> echo $PATH && /var/tcp/envdir /var/tcp/env echo $PATH

Both $PATH's in above line are evaluated the moment you press enter.

Try something like 'sh -c echo $PATH' (*including* the quotes)
instead.

Greetz, Peter.

Reply via email to