Hi, if you want to run a program in your current directory, you should type: ./program-to-run
./ forces bash to look in the current directory. If you want to add this to your path, you can edit .bashrc in your homedir. Add a line like: PATH=$PATH:./ but do not catch me on this one. My bash is not that well. Do no forget to log in again to activate it. Greetz, Sebastiaan On Thu, 15 Mar 2001, Marcelo Chiapparini wrote: > Hi, > > I've just compiled a FORTRAN program but I am unable to run the > executable, because "bash: qhdiv0.e: command not found". I think > this is because the present directory it is not in the PATH. Please, > I need to know: > a) where is the file where the PATH is defined > b) what should I write in it > > I am running bash... > > Thanks in advance! > -- > ___________________ > Marcelo Chiapparini > DFT-IF/UERJ > [EMAIL PROTECTED] > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >