In article <6131889061731908.wa.paulgboulderaim....@listserv.ua.edu> you wrote:
> On Wed, 13 Feb 2013 17:30:02 -0500, Don Poitras  wrote:

> >In article <2933915686680628.wa.paulgboulderaim....@listserv.ua.edu> you 
> >wrote:
> >> On Wed, 13 Feb 2013 16:07:08 -0500, Scott Ford wrote:
> >> >
> >> >Not following your thought, folders or file names can be any combination 
> >> >of upper or lower case...at least on Windoze 7
> >> >
> >> So, show me, please, a single folder containing two files whose names
> >> differ only in the case of some of their characters.
> >
> >D72358> touch case
> >D72358> touch CASE
> >D72358> l case
> >-rw-------  1 sasdtp  Domain Users  0 Feb 13 17:26 case
> >D72358> l CASE
> >-rw-------  1 sasdtp  Domain Users  0 Feb 13 17:26 CASE
> >D72358> echo lower > case
> >D72358> echo UPPER > CASE
> >D72358> cat case
> >lower
> >D72358> cat CASE
> >UPPER
> >D72358> uname -a
> >Interix d72358 6.1 10.0.6030.0 genuineintel 
> >Intel64_Family_6_Model_23_Stepping_10
> >
> And is this in fact on Windo[ws] 7, as Scott stated?

Yes. Although to use the case-sensitive files, you must have installed SUA
with case-sensitivity turned on. Normal DOS access won't see them, or will
produce confusing results.

---
C:\WINNT\Profiles\sasdtp>dir case
 Volume in drive C is Win7x64
 Volume Serial Number is 2CCB-C26C

 Directory of C:\WINNT\Profiles\sasdtp

02/13/13  05:27 PM                 6 CASE
02/13/13  05:27 PM                 6 case
               2 File(s)             12 bytes
               0 Dir(s)  136,831,578,112 bytes free

C:\WINNT\Profiles\sasdtp>type CASE
UPPER
UPPER

C:\WINNT\Profiles\sasdtp>type case
UPPER
UPPER
---


-- 
Don Poitras - SAS Development  -  SAS Institute Inc. - SAS Campus Drive
sas...@sas.com           (919) 531-5637                Cary, NC 27513

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to