Re: Search Path in Bash

2004-03-01 Thread Peter Risdon
Gerard Seibert wrote: Peter Risdon writes: When bash is invoked as an interactive login shell, or as a non-inter- active shell with the --login option, it first reads and executes com- mands from the file /etc/profile, if that file exists. After reading that file, it

Re: Search Path in Bash

2004-03-01 Thread Peter Risdon
Gerard Seibert wrote: Sunday, February 29, 2004 6:01:48 PM If I am following you correctly, then having a ~/,bashrc, ~/.bashrc or ~/.profile file is worthless, if bash reads only the first file that it finds. Just a couple more observations: /etc/profile and ~/.profile are both in fact the

Re: Search Path in Bash

2004-03-01 Thread Jeff Hinrichs
- Original Message - From: Peter Risdon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, March 01, 2004 2:25 AM Subject: Re: Search Path in Bash Gerard Seibert wrote: Peter Risdon writes: When bash is invoked as an interactive login shell, or as a non

Re: Search Path in Bash

2004-02-29 Thread Gerard Seibert
Date: Sun, 29 Feb 2004 06:44:48 -0600 From: Martin McCormick [EMAIL PROTECTED] Subject: Re: Search Path in bash2 To: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] I am quoting one response I received, but my thanks to everyone who answered. I went to the system in question and figured