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 haven't verified, but it looks like one of the options
> with the word 'shell' in it might be more in line w/what you
> want...
> 

Maybe you should.

        c                       "A Knight's Tale: Part 2"
        escape                  A\ Knight's\ Tale:\ Part\ 2
        literal                 A Knight's Tale: Part 2
        locale                  'A Knight\'s Tale: Part 2'
        shell                   "A Knight's Tale: Part 2"
        shell-always            "A Knight's Tale: Part 2"
        shell-escape            "A Knight's Tale: Part 2"
        shell-escape-always     "A Knight's Tale: Part 2"

bash command line completion gives me one of

        A\ Knight\'s\ Tale\:\ Part\ 2
        "A Knight's Tale: Part 2"
        'A Knight'\''s Tale: Part 2'


Regards
Harri

Reply via email to