Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <39CBDF8F.51E4338F@veritas.com>
Date: Fri, 22 Sep 2000 15:39:11 -0700
From: Bob McGowan <rmcgowan@veritas.com>
Organization: VERITAS Software
X-Mailer: Mozilla 4.73 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Roger Talkov <rtalkov@appworx.com>
CC: cygwin@sourceware.cygnus.com
Subject: Re: pwd & windows
References: <39CBD8E2.7F1146D9@appworx.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Transfer-Encoding: 7bit

cygpath -w `pwd`

or

cygpath -w $PWD

will give the Windows path of the current directory.  Change -w to -u
and give it a windows path, it will print the cygwin/unix style path.

Roger Talkov wrote:
> 
> If I use `pwd` in a shell script or makefile & pass that to a non-cygwin
> tool, like javac, it doesn't know what to do with /cygdrive/e/project .
> It would be extremely usefull to have a variant of pwd that would use
> the windows drive letter format (e:/project).
> 
> --
> Roger Talkov
> 
> rtalkov@AppWorx.com
> 425-644-2121 x 135
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com

-- 
Bob McGowan
Staff Software Quality Engineer
VERITAS Software
rmcgowan@veritas.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

