Bug#911572: coreutils: incorrect and inconsistent quoting in ls output

2025-04-20 Thread Vincent Lefevre
Control: reopen -1 Control: retitle -1 coreutils: "ls -bF" has inconsistent quoting and does not behave as documented Control: found -1 9.7-1 This bug is still not fixed. Note that the reason given for the quoting of "=" was: The reason \= is quoted with -bF is to distinguish socket names t

Bug#911572: coreutils: incorrect and inconsistent quoting in ls output

2018-10-22 Thread Vincent Lefevre
On 2018-10-22 04:43:24 -0700, Pádraig Brady wrote: > The reason \= is quoted with -bF is to distinguish socket > names that end in =. An edge case indeed, though the issue > is not particular to '=', but all of the classifier chars. That's undocumented, and IMHO, unnecessary in practice (such appe

Bug#911572: coreutils: incorrect and inconsistent quoting in ls output

2018-10-22 Thread Pádraig Brady
On 21/10/18 18:13, Vincent Lefevre wrote: > Package: coreutils > Version: 8.30-1 > Severity: normal > Tags: upstream > Forwarded: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33113 > > I get the following with ls (GNU coreutils) 8.30. > > zira% touch a=b a=b\&c > zira% ls a=b* > 'a=b' 'a=b&c' >

Bug#911572: coreutils: incorrect and inconsistent quoting in ls output

2018-10-21 Thread Vincent Lefevre
Package: coreutils Version: 8.30-1 Severity: normal Tags: upstream Forwarded: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33113 I get the following with ls (GNU coreutils) 8.30. zira% touch a=b a=b\&c zira% ls a=b* 'a=b' 'a=b&c' zira% ls -b a=b* a=b a=b&c zira% ls -F a=b* 'a=b' 'a=b&c' zira%