Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Sun, 22 Oct 2000 17:38:34 -0400
From: Christopher Faylor <cgf@redhat.com>
To: cygwin@sources.redhat.com
Subject: Re: bash 2.04.0(1) does not complete /cygdrive ?
Message-ID: <20001022173834.C9370@redhat.com>
Reply-To: cygwin@sources.redhat.com
Mail-Followup-To: cygwin@sources.redhat.com
References: <wku2aaj7tc.fsf@blue.sea.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.6i
In-Reply-To: <wku2aaj7tc.fsf@blue.sea.net>; from posting-list@MailAndNews.com on Wed, Oct 18, 2000 at 09:57:51PM +0300

On Wed, Oct 18, 2000 at 09:57:51PM +0300, Jari Aalto+list.cygwin wrote:
>
>    GNU bash, version 2.04.0(1)-release (i586-pc-cygwin)
>
>    I was under the impression that bash would certainly recognize
>    the /cygdrive/x/....  but it doesn't. The TAB key is dead if
>    I try:
>
>        $ cd /cygd[TAB]
>        $ cd /cygdrive/[TAB]
>
>    I think this is a bug or unimplemented feature.

Try doing a 'ls /cygdrive'.  What do you see?

/cygdrive is valid only when it is followed by a single character,
/cygdrive/a, /cygdrive/c, etc.  Otherwise, the string /cygdrive has
no special meaning to cygwin and /cygdrive is not considered to be
a directory containing all of the available drives.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

