RE: Directory names with spaces - No such - in script

2001-12-11 Thread Lamar Seifuddin
rked around this Good. >thanks anyway. > > > >-Original Message- >From: Larry Hall (RFK Partners, Inc) [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, December 11, 2001 12:24 PM >To: Lamar Seifuddin; [EMAIL PROTECTED] >Subject: Re: Directory names with spaces - No s

RE: Directory names with spaces - No such - in script

2001-12-11 Thread Larry Hall (RFK Partners, Inc)
Good. >thanks anyway. > > > >-Original Message- >From: Larry Hall (RFK Partners, Inc) [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, December 11, 2001 12:24 PM >To: Lamar Seifuddin; [EMAIL PROTECTED] >Subject: Re: Directory names with spaces - No such - in scr

RE: Directory names with spaces - No such - in script

2001-12-11 Thread Lamar Seifuddin
t: Re: Directory names with spaces - No such - in script At 05:14 PM 12/11/2001, Lamar Seifuddin wrote: >Hello All, > >I am creating some scripts, setting up the environment > within the script. > >e.g. > >$ MUSIC_DIR="/cygdrive/c/Program\ Files/Audiogalaxy\ Satellite/M

Re: Directory names with spaces - No such - in script

2001-12-11 Thread Larry Hall (RFK Partners, Inc)
At 05:14 PM 12/11/2001, Lamar Seifuddin wrote: >Hello All, > >I am creating some scripts, setting up the environment > within the script. > >e.g. > >$ MUSIC_DIR="/cygdrive/c/Program\ Files/Audiogalaxy\ Satellite/Music/"; > export MUSIC_DIR > >cd $MUSIC_DIR >=

Directory names with spaces - No such - in script

2001-12-11 Thread Lamar Seifuddin
Hello All, I am creating some scripts, setting up the environment within the script. e.g. $ MUSIC_DIR="/cygdrive/c/Program\ Files/Audiogalaxy\ Satellite/Music/"; export MUSIC_DIR cd $MUSIC_DIR === I get an error: bash: cd