Re: Shell Function and $PATH?

2006-02-04 Thread Mark Waddingham
Hi David, How does the $PATH and the shell() function work? That is the path as you get from: put $PATH or put shell("echo $PATH") does not correspond with what you get if you try the same from the shell. This is presumably because these are set by various bash scripts when a te

Re: Shell Function and $PATH?

2006-02-03 Thread Jim Ault
On 2/3/06 4:42 PM, "David Bovill" <[EMAIL PROTECTED]> wrote: > How does the $PATH and the shell() function work? > That is the path as you get from: > put $PATH > or > put shell("echo $PATH") > does not correspond with what you get if you try the same from the > shell. This is presumabl

Shell Function and $PATH?

2006-02-03 Thread David Bovill
How does the $PATH and the shell() function work? That is the path as you get from: put $PATH or put shell("echo $PATH") does not correspond with what you get if you try the same from the shell. This is presumably because these are set by various bash scripts when a terminal start