From: Martin Stromberg Message-Id: <200103061335.OAA04003@lws256.lu.erisoft.se> Subject: Re: Bash problem with SFN To: djgpp-workers AT delorie DOT com Date: Tue, 6 Mar 101 14:35:12 +0100 (MET) In-Reply-To: <5DD0304878B1D4118D9500D0B78EDC47020AAC@EXC-REO1> from "Dawe, Richard" at Mar 6, 1 05:22:59 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I just looked at what bash 2.03 does on Debian GNU/Linux 2.2.r2. > It appears I may be confused by tcsh's tab-completion behaviour > on environment variables. Say $VAR contains a path. $VAR > will expand to '/' on tcsh, but bash gives > you '$VAR '. To tab-complete a path with bash, I need to use > '$VAR/'. I don't have this behaviour of tcsh on Solaris. I don't know how to find out which version it is though. My guess (from output of strings) is 6.09.00. Right, MartinS