This is the mail archive of the cygwin@sourceware.cygnus.com 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]

bash scripts and cd's....


I have NT4SP3 running Cygnus v20.

I have a script:

--- begin script ---
#! /bin/sh

cd k:
cd NormalDirectory
cd "Directory with a spaces in between"

exit 0
--- end script ---

This executes ok.  But, when I do a ls, the files echo'ed are the
files from HOME.  why?  If I do this manually, I could get to
"Directory with a spaces in between".  Any idea why?

What I would like to happen is when I run this script, I would
like bash to point to the contents of
"Directory with a spaces in between".  Any help is already
appreciated.

thanks,

jose
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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