Message-ID: <5DD0304878B1D4118D9500D0B78EDC47020AAC@EXC-REO1> From: "Dawe, Richard" To: "'djgpp-workers AT delorie DOT com'" Subject: Re: Bash problem with SFN Date: Tue, 6 Mar 2001 05:22:59 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Reply-To: djgpp-workers AT delorie DOT com Hello. 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/'. While tcsh's behaviour is useful for lazy people like me 8), bash's behaviour seems more sane. I apologise for the confusion. I've been using tcsh on Solaris & Debian at work more than I've been using bash. Bye, Rich =]