Scott Purcell wrote: > Hello, > > I hope I am not asking pre-posted question. But I love the cygwin > product. It makes life nice. But I am tiring a little of always > typing: > /cygdrive/c everytime I want to start at c: > > eg: > cp fun.class /cygdrive/c/make_lr/updates/. > > Is there a way to do something so I can type the above but simpler. > cp fun.class /make_lr/updates/. > > ?? > I apologize if this is a fundamental question, but my hands are > getting tired and I am having trouble finding the answer to this.
How about: $ ln -s /cygdrive/c /c Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/