delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-ID: | <F614BF868E0DD411A5A700508B957E0038D01A@MSGBOS679NTS.fmr.com> |
From: | "Tolkin, Steve" <Steve DOT Tolkin AT fmr DOT com> |
To: | "'cygwin'" <cygwin AT sourceware DOT cygnus DOT com> |
Cc: | "'Corinna Vinschen'" <corinna AT vinschen DOT de> |
Subject: | How to learn exact spelling of directories and files: /temp vs. / |
TEMP etc. | |
Date: | Mon, 5 Jun 2000 10:34:21 -0400 |
MIME-Version: | 1.0 |
X-Mailer: | Internet Mail Service (5.5.2448.0) |
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. Steve -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |