Re: easy script question

1997-08-04 Thread Brandon Mitchell
On Sun, 3 Aug 1997, Paul Miller wrote: > if the ~/.bash_profile I want to run a file if it exists. I tried using > 'sh filename' and none of the variables were set. However, if I append > the filename to .bash_profile it works -- the variables are exported.. Not sure about csh, but I think bash

Re: easy script question

1997-08-04 Thread Paul Miller
Thanks a lot... I didn't know what it was called... 'source' is the command for csh.. Thanks again -Paul On Sun, 3 Aug 1997, Brandon Mitchell wrote: > On Sun, 3 Aug 1997, Paul Miller wrote: > > > if the ~/.bash_profile I want to run a file if it exists. I tried using > > 'sh filename' and no

Re: easy script question

1997-08-04 Thread mark powers
: > if the ~/.bash_profile I want to run a file if it exists. I tried using : > 'sh filename' and none of the variables were set. However, if I append : > the filename to .bash_profile it works -- the variables are exported.. : Not sure about csh, but I think bash (and sh) needs a single dot,