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: | Thu, 15 Mar 2001 13:46:48 +0100 (MET) |
Message-Id: | <200103151246.f2FCkmO310968@jupiter.akutech-local.de> |
From: | Ralf Fassel <ralf AT akutech DOT de> |
To: | cygwin <cygwin AT cygwin DOT com> |
Subject: | bash: difference between //c/ and c:/ |
Organization: | Akustik Technologie Goettingen (ATG) |
Hi all, cygwin-1.1.8-2.tar.gz bash-2.04-7a.tar.gz there is a subtle difference between c:/ and //c/ compare the real execution times (this is for a local desktop bash (not via ssh)): bash$ time cd //c/ real 0m0.050s user 0m0.000s sys 0m0.000s bash$ time cd c:/ real 0m6.770s user 0m0.000s sys 0m0.000s bash$ mount Device Directory Type Flags C:\cygwin\bin /usr/bin system binmode C:\cygwin\lib /usr/lib system binmode C:\cygwin / system binmode What's the deal with the LETTER:/PATH pathnames in bash? Am I supposed to use //c/? Is c:/ deprecated somehow? R' -- 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 |