Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT sources DOT redhat DOT com> List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Sat, 27 Jan 2001 16:11:41 EST X-Mailer: Virtual Access by Atlantic Coast PLC, http://www.atlantic-coast.com/va Message-Id: <VA.000005f0.00cbd1cf@thesoftwaresource.com> To: cygwin AT cygwin DOT com Subject: Re: cd command doesn't work In-Reply-To: <022e01c088a2$ea6f0e00$6701a8c0@dafcor1qondarn> From: Brian Keener <bkeener AT thesoftwaresource DOT com> Reply-To: bkeener AT thesoftwaresource DOT com David Feustel wrote: > OK. Are any of cd f:budne or cd f:/budne incorrect in ksh? Still not getting it huh, F: is a windows type syntax - you are using a Unix like environment with ksh and therefore need Unix like syntax. Try: cd /cygdrive/f/budne or if budne happens to be below the root directory of where you installed Cygwin or if you have a mount point for it then: cd /some_directory_structure/budne But do note the syntax we are using here - particularly the first where we use /cygdrive/f to represent the f drive. If you insist on F: maybe you should read up on cygpath cygpath --help -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple