Sayfalar

1 Ekim 2014 Çarşamba

C:\ dizinine cygwin kullanarak nasıl geçiş yaparım?

How to navigate to a directory in C:\ with cygwin?

Useage 1:
cd /cygdrive/c

Useage 2:
I'll add something that helps me out a lot with cygwin. Whenever setting up a new system, I alway
ln -s /cygdrive/c /c
Then you can do this in your shell
cd /c/Foo
cd /c/
Very handy.
Referance:http://stackoverflow.com/questions/1850920/how-to-navigate-to-a-directory-in-c-with-cygwin