From: Jan Svitok Date: 2006-10-05T03:09:59+09:00 Subject: Re: export environment variable On 10/4/06, Mohammad Khan wrote: > This is going to be local to the script. > I want something like, global. As far as I know, you can't do that even in bash (that = export variables from a subshell to the parent). J.