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 sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <20000605144242.2567.qmail@web113.yahoomail.com> Date: Mon, 5 Jun 2000 07:42:42 -0700 (PDT) From: Earnie Boyd Reply-To: earnie_boyd AT yahoo DOT com Subject: Re: How to learn exact spelling of directories and files: /temp vs. / TEMP etc. To: "Tolkin, Steve" , "'cygwin'" Cc: "'Corinna Vinschen'" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- "Tolkin, Steve" wrote: > Dear Corrina (who will get a cc of this post), > Thanks for your response to my earlier email. > > > 3. Why doesn't ls tem* find the directory named temp ? > > > > Your TEMP directory has uppercase characters in it's name. > > The pattern matching is case sensitive by default. > > If you call `ls temp', no pattern matching takes place, > > so the directory is found because the Windows file systems > > aren't case sensitive but only case preserving. > > So now it become VERY important for me to determine the actual spelling of > the name, i.e. which letters if any are capitalized. How can I do that? > Neither ls nor \w in the PS1 prompt tells me that! > They both just use the same capitalization I provided in the command! > > 598/> ls -ld temp > drwxrwxrwt 8 administ SYSTEM 32768 Jun 5 09:45 temp > 599/> ls -ld TEMP > drwxrwxrwt 8 administ SYSTEM 32768 Jun 5 09:45 TEMP > 616/TEMp> ls -ldn ../tEmP > drwxrwxrwt 8 544 18 32768 Jun 5 10:04 ../tEmP > 617/TEMp> ls -ldn ../TemP > drwxrwxrwt 8 544 18 32768 Jun 5 10:04 ../TemP > .... > 644/tEmP> cd /TEMP > 645/TEMP> cd /temp > 646/temp> cd /tEmP > 647/tEmP> > > Similarly I want to learn the exact spelling of file names. > ls -ldn / would return what you want. Cheers, ===== --- Earnie Boyd: __Cygwin: POSIX on Windows__ Cygwin Newbies: __Minimalist GNU for Windows__ Mingw32 List: Mingw Home: __________________________________________________ Do You Yahoo!? Yahoo! Photos -- now, 100 FREE prints! http://photos.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com