Date: Tue, 6 Mar 2001 15:55:55 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Stromberg cc: djgpp-workers AT delorie DOT com Subject: Re: Bash problem with SFN In-Reply-To: <200103061335.OAA04003@lws256.lu.erisoft.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Tue, 6 Mar 101, Martin Stromberg wrote: > > 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. Same here (tcsh 6.03.00 on Solaris 5.5.1). It just completes the variable name, not expands it to its value. > I don't know how to find out which version it is though. Type "echo $version".