delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,TW_YG,UNPARSEABLE_RELAY |
X-Spam-Check-By: | sourceware.org |
X-Yahoo-SMTP: | jenXL62swBAWhMTL3wnej93oaS0ClBQOAKs8jbEbx_o- |
Date: | Thu, 10 Feb 2011 15:35:53 -0500 |
From: | Christopher Faylor <cgf-use-the-mailinglist-please AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Accessing folders elsewhere than C:\cygwin |
Message-ID: | <20110210203553.GB32475@ednor.casa.cgf.cx> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <4D52A7DD DOT 7080208 AT bonhard DOT uklinux DOT net> <4D52B4D3 DOT 2040102 AT sbcglobal DOT net> <20110209163858 DOT GJ16194 AT calimero DOT vinschen DOT de> <0105D5C1E0353146B1B222348B0411A209C0F073A4 AT NIHMLBX02 DOT nih DOT gov> <4D541D35 DOT 3020901 AT redhat DOT com> <OF248AECF7 DOT EB384F53-ON85257833 DOT 006FBBCF-85257833 DOT 007007D2 AT lnotes-gw DOT ent DOT nwie DOT net> |
MIME-Version: | 1.0 |
In-Reply-To: | <OF248AECF7.EB384F53-ON85257833.006FBBCF-85257833.007007D2@lnotes-gw.ent.nwie.net> |
User-Agent: | Mutt/1.5.20 (2009-06-14) |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Thu, Feb 10, 2011 at 03:23:38PM -0500, RISINGP1 AT nationwide DOT com wrote: >Eric wrote on 02/10/2011 12:15:33 PM: > >> On 02/10/2011 10:13 AM, Buchbinder, Barry (NIH/NIAID) [E] wrote: >> > Might the ability to identify cygwin's root be a good >> > thing to add to cygpath? >> >> And what's so hard about 'cygpath -w /'? >> >> > Under "System information", one could have an option >> > >> > -R, --root output cygwin root directory >> > >> > where >> > >> > $ cygpath -Rw >> > C:\cygwin >> >> Trading / for -R doesn't justify the bloat and burning another short >> option character, in my opinion. > >If you need it ofetn enough, here is a simple script for displaying the >cygwin root: > >case $1 in > -w) > mount | grep " / " | cut -d" " -f1 | sed 's:/:\\:g' > ;; > -u) > DRIVE=$(mount | grep " / " | cut -d":" -f1): > echo $(mount | grep "^$DRIVE " | \ > cut -d" " -f3)$(mount | grep " / " | cut -d" " -f1) | \ > sed 's/'$DRIVE'//' > ;; > *) > echo "Please specify -w (Windows) or -u (Unix)" > ;; >esac Why would we need a simple script to display the cygwin root when "cygpath -w /" works fine? cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |