delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
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 <deo AT logos-m DOT ru> |
X-Mailer: | The Bat! (v1.45) Personal |
Reply-To: | Egor Duda <cygwin AT sources DOT redhat DOT com> |
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: | <wku2aaj7tc.fsf@blue.sea.net> |
References: | <wku2aaj7tc DOT fsf AT blue DOT sea DOT net> |
Mime-Version: | 1.0 |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |