This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to change dir


On Mon, May 5, 2008 at 4:40 PM, bench33 <bench_warmer2003@yahoo.com> wrote:
>  In bash, how do you change to another directory?
>
>  I see that the only directory I can go is home (c:\cygwin)
>
>  I have other physical drives (d:\). How do I go there?

Cygwin apps (including bash) don't understand drive:paths.  Use

cd /cygdrive/d/

You can let the cygpath utility do the conversion for you:

cd "$(cygpath 'd:\')"

-- 
Mark J. Reed <markjreed@gmail.com>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]