Sujet : Re: Case Insensitive File Systems -- Torvalds Hates Them
De : commodorejohn (at) *nospam* gmail.com (John Ames)
Groupes : comp.os.linux.miscDate : 07. May 2025, 16:14:57
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20250507081457.00006408@gmail.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32)
On Wed, 7 May 2025 12:12:51 +0200
"Carlos E.R." <
robin_listas@es.invalid> wrote:
Using almost any other language than shell, on the other hand,
makes the problem go away.
Except if you hardcode a filename inside a C program, for instance.
You still have to escape the quotes.
There's no ultimate solution to *that* problem, though - any system for
representing a delimited sequence of tokens where the delimiter itself
is a valid token is gonna run into this at *some* point. (It's escape
characters all the way down...)