Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Mon, 23 Oct 2000 09:31:23 +0400 From: Egor Duda X-Mailer: The Bat! (v1.45) Personal Reply-To: Egor Duda Organization: DEO X-Priority: 3 (Normal) Message-ID: <35347222629.20001023093123@logos-m.ru> To: cygwin AT sources DOT redhat DOT com Subject: Re: bash 2.04.0(1) does not complete /cygdrive ? In-reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi! Wednesday, 18 October, 2000 Jari Aalto+list.cygwin posting-list AT MailAndNews DOT com wrote: JAlc> GNU bash, version 2.04.0(1)-release (i586-pc-cygwin) JAlc> I was under the impression that bash would certainly recognize JAlc> the /cygdrive/x/.... but it doesn't. The TAB key is dead if JAlc> I try: JAlc> $ cd /cygd[TAB] JAlc> $ cd /cygdrive/[TAB] JAlc> I think this is a bug or unimplemented feature. the easiest workaround is to run the following .bat file from your windows command prompt: ================ create_cygdrives.bat ============== for /f %%x in ('cygpath -w /') do set cygwin_root=%%x mkdir %cygwin_root%\cygdrive for %%x in (a b c d e f g h i j k l m n o p q r s t u v w x y z) do mkdir %cygwin_root%\cygdrive\%%x ===================================================== Egor. mailto:deo AT logos-m DOT ru ICQ 5165414 FidoNet 2:5020/496.19 -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com