Re: Directory names

2005-02-22 Thread Kaz Kylheku
On Tue, 22 Feb 2005, Shankar Unni wrote: > Dave Korn wrote: > > > First off, even on POSIX, * isn't a valid filename character > > [Clang!] > > % mkdir '*' > % ls > */ > % POSIX makes some recommendations about what constitutes portable filenames. The above is a nonportable name that your op

Re: Directory names

2005-02-22 Thread Shankar Unni
Dave Korn wrote: First off, even on POSIX, * isn't a valid filename character [Clang!] % mkdir '*' % ls */ % -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

RE: Directory names

2005-02-20 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Eric Blake > Sent: 19 February 2005 17:51 > To: Frank Juergen-r58616 > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Frank Juergen-r58616 on 2/18/2005 7:30 AM: > > If my target is powerpc-*-eabin , the compilation w

Re: Directory names

2005-02-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Frank Juergen-r58616 on 2/18/2005 7:30 AM: > If my target is powerpc-*-eabin , the compilation works but the installation > is the problem. The make file want create an directory with the label of the > target (in this case powerpc-*-eab

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

2001-12-11 Thread Lamar Seifuddin
didn't quote the MUSIC_DIR! sorry. it works! thank you very much -Original Message- From: Larry Hall (RFK Partners, Inc) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 1:40 PM To: Lamar Seifuddin Cc: [EMAIL PROTECTED] Subject: RE: Directory names with spaces

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 >=