Path: csiph.com!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Richmond Newsgroups: alt.comp.software.firefox Subject: Re: policies.json Date: Thu, 30 Apr 2026 09:01:54 +0100 Organization: Frantic Message-ID: <82o6j027wt.fsf@example.com> References: <10sin49$tkil$2@dont-email.me> <10sj6tg$10uuo$5@dont-email.me> <10ssk79$3qbto$3@toylet.eternal-september.org> <10suirk$c4n8$3@dont-email.me> <10suqkp$eqhe$1@dont-email.me> <10sut87$fb7m$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: solani.org; logging-data="1273253"; mail-complaints-to="abuse@news.solani.org" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:BeeMQtnulZoiG3bhZn2Vs5SdcyA= sha1:wuiIIiogn1nnZuho55ONK64uMpg= X-User-ID: eJwFwYEBwDAEBMCVovxjHCL2H6F3UAqvG0HDYu3V4JTn1Vx3dA/shFZJdL8s+8CXiZBmc34kHxE/ Xref: csiph.com alt.comp.software.firefox:16963 The Real Bev writes: > On 4/29/26 22:51, Lawrence D’Oliveiro wrote: >> On Wed, 29 Apr 2026 20:38:28 -0700, The Real Bev wrote: >> >>> BUT linux (or maybe just MY version of it) is snotty about >>> whitespace >> (and some other characters) in filenames and god knows >>> what else and >> insists that they be backslashed: (john\ jones). A >>> monumental nuisance. >> ldo@theon:~> touch 'john jones.txt' >> ldo@theon:~> ls -l j* >> -rw-r--r-- 1 ldo users 0 Apr 30 17:50 'john jones.txt' > > > touch john jones.txt > -rw-r--r-- 1 root 0 Apr 29 23:29 john > -rw-r--r-- 1 root 0 Apr 29 23:29 jones.txt > > touch 'john jones.txt' > -rw-r--r-- 1 root 0 Apr 29 23:31 john\ jones.txt > > Takes all kinds. You aren't going to have an end-of-line in the middle of a file name, are you? What happened to your file? did it get random ^M all over it, or were they just at the end of the line?