Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: Case Insensitive File Systems -- Torvalds Hates Them Date: 3 May 2025 03:18:06 GMT Lines: 10 Message-ID: References: <20250428080014.0000347f@gmail.com> <20250428111242.00007426@gmail.com> <681524e3$0$5192$426a34cc@news.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net QX7kBsF4ISdZ+2wlLRAsfwmAT+oKFrmNBy91mgtG++qq1HgeSg Cancel-Lock: sha1:q/BiBY/yXADvAw7ApQh19Ynnghs= sha256:7CZOPheOb6ozRDROJf5xEzib9m1+ZdM4RGgTiL+qzBc= User-Agent: Pan/0.160 (Toresk; ) Xref: csiph.com comp.os.linux.misc:67313 On Fri, 02 May 2025 22:29:35 GMT, Charlie Gibbs wrote: > Generally I can deal with it, but I still have trouble with rsync. > There's something to do with single quotes vs. double quotes that I > haven't quite wrapped my head around yet. They are a general PITA. I really like those situations when you can have single quotes within a double quoted string or double quotes within a single quoted string and languages that play fast and loose like Python or JavaScript where you can use either -- most of the time.