Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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: To: cygwin AT cygwin DOT com Subject: Re: cd command doesn't work In-Reply-To: <022e01c088a2$ea6f0e00$6701a8c0@dafcor1qondarn> From: Brian Keener 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