On Wed, Jun 26, 2024 at 11:22:07PM +0100, Pádraig Brady wrote: > Fixed upstream with: > https://github.com/coreutils/coreutils/commit/72588b291 This is wrong. Try: $ > 'a\a' $ ls --quoting-style=c-maybe a\a $ ls --quoting-style=c "a\\a" obviously a \ needs escaping, as proven by -qc=c escaping it, so this needs to be listed as an exception.
Best,
signature.asc
Description: PGP signature

