bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: environment


From: Antonio Macchi
Subject: Re: environment
Date: Fri, 13 Feb 2009 12:01:10 +0100
User-agent: Thunderbird 2.0.0.12 (X11/20080213)


The environment is designed to be inherited.
The subshell even inherits the shell variables.

I 'm not sure what causes you trouble here or what it could be incoherent with?



i think that

$ ( echo $x )

is like

$ bash -c 'echo $x'



I'm on error... but I can't understand why




reply via email to

[Prev in Thread] Current Thread [Next in Thread]