| 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 |
| To: | "Weichang Yang" <weichang DOT yang AT metera DOT com> |
| Cc: | cygwin AT cygwin DOT com |
| Subject: | Re: File Completion doesn't work for absolute path? |
| References: | <FBEDIDPFBPBGJDLMCANPCEMMCDAA DOT weichang DOT yang AT metera DOT com> |
| From: | Andrew Markebo <flognat AT flognat DOT myip DOT org> |
| Date: | 11 May 2001 23:30:29 +0200 |
| In-Reply-To: | <FBEDIDPFBPBGJDLMCANPCEMMCDAA.weichang.yang@metera.com> |
| Message-ID: | <m3r8xviney.fsf@localhost.localdomain> |
| Lines: | 17 |
| User-Agent: | Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
| MIME-Version: | 1.0 |
/ "Weichang Yang" <weichang DOT yang AT metera DOT com> wrote:
| Hi All,
|
| In cygwin bash, file completion works for relative path, e.g.
| $ cd path1/path2/pa<tab>
| works fine. But, it doesn't work for absolute path, e.g.
| $ cd d:/path1/path2/pa<tab>
| wont work.
|
| Any one knows why? Is it more difficult for absolute path than for relative
| path? Is it because the drive letter?
You need to do cd //d/path1/path2, or '/cygdrive/c/Path..
FAQ http://www.cygwin.com/faq/faq_4.html#SEC33
/Andy
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |