Re: is there a real escape "quoting" style for ls?

2018-05-16 Thread Erik Auerswald
Hi all, one obvious problem is that the "escape" quoting style does not[*] escape the single quote, see below. On Tue, May 15, 2018 at 04:16:14PM -0700, Kaz Kylheku (Coreutils) wrote: > On 2018-05-13 09:30, Harald Dunkel wrote: > >On 5/13/18 1:08 PM, L A Walsh wrote: > >> [...] > > escape

Re: is there a real escape "quoting" style for ls?

2018-05-15 Thread Kaz Kylheku (Coreutils)
On 2018-05-13 09:30, Harald Dunkel wrote: On 5/13/18 1:08 PM, L A Walsh wrote: If you look under --quoting-style, you'll see:  --quoting-style=WORD   use quoting style WORD for entry names:     literal, locale, shell, shell-always,     shell-escape, shell

Re: is there a real escape "quoting" style for ls?

2018-05-13 Thread Harald Dunkel
On 5/13/18 1:08 PM, L A Walsh wrote: > > If you look under --quoting-style, you'll > see: >  --quoting-style=WORD   use quoting style WORD for entry names: >     literal, locale, shell, shell-always, >     shell-escape, shell-escape-always, c, escape > > I

Re: is there a real escape "quoting" style for ls?

2018-05-13 Thread L A Walsh
Harald Dunkel wrote: touch A\ Knight's\ Tale:\ Part\ 2 doesn't work for bash, which means that the current implementation of the "escape" quoting style is not really helpful. Have you tried doing an "ls --help" ? If you look under --quoting-style, you'll see: --quoting-style=WORD