Deutsch   English   Français   Italiano  
<20250507081457.00006408@gmail.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: John Ames <commodorejohn@gmail.com>
Newsgroups: comp.os.linux.misc
Subject: Re: Case Insensitive File Systems -- Torvalds Hates Them
Date: Wed, 7 May 2025 08:14:57 -0700
Organization: A noiseless patient Spider
Lines: 14
Message-ID: <20250507081457.00006408@gmail.com>
References: <pan$4068a$3910f4f1$8cbecede$9e42905e@linux.rocks>
	<20250428111242.00007426@gmail.com>
	<pan$c046d$e87ef491$a3427b7a$ac576dbc@linux.rocks>
	<slrn1011nu8.46v.rotflol2@geidiprime.bvh>
	<vurjl9$2pskn$1@dont-email.me>
	<slrn1013t50.1aev.rotflol2@geidiprime.bvh>
	<vAGdnR-Fj9qGS4_1nZ2dnZfqn_udnZ2d@giganews.com>
	<slrn1016uic.2qk.rotflol2@geidiprime.bvh>
	<m7hgt7F8mvgU5@mid.individual.net>
	<6813f997@news.ausics.net>
	<vvbe5q$1em7m$1@dont-email.me>
	<68194581@news.ausics.net>
	<vvbook$1oubc$1@dont-email.me>
	<681aa121@news.ausics.net>
	<wwvcyckspu8.fsf@LkoBDZeT.terraraq.uk>
	<3aorelxelu.ln2@Telcontar.valinor>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 07 May 2025 17:15:00 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="73acd86d0e2c4f5b33a944c38d0981d7";
	logging-data="1116248"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/CxX5cosmuR+YO4arZnq4aDINnWbBk95g="
Cancel-Lock: sha1:xCICXe2aRIwW49ZdSw8XN8hqOfQ=
X-Newsreader: 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...)