Sujet : Re: Case Insensitive File Systems -- Torvalds Hates Them
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.misc comp.os.linux.advocacyDate : 03. May 2025, 00:59:08
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vv3m8c$273hn$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Pan/0.162 (Pokrosvk)
On 02 May 2025 20:14:05 GMT, Stéphane CARPENTIER wrote:
I remember trying to put a letter in uppercase in the name of an
existing file. I had to rename the file differently to be able rename it
back with the uppercase letter. That was very poorly handled by Windows.
Don't know how it is now.
ldo@theon:caseinsens-try> touch try.dat
ldo@theon:caseinsens-try> ls -l
total 0
-rw-r--r-- 1 ldo users 0 May 3 11:57 try.dat
ldo@theon:caseinsens-try> mv try.dat TRY.DAT
mv: 'try.dat' and 'TRY.DAT' are the same file
I guess Linux isn’t any better ...