On 12/12/19 9:57 PM, L A Walsh wrote:

The backquote is in [6], and the backslash disappears, you just get the pair of quotes in [2] because that's how printf %q outputs an empty string.
-----

    I'm sorry, but you are mistaken.

    The characters from 'Z' (0x5A) through 'z' (0x61) are:

0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61
Z    [    \    ]     ^   _     `    a

the backslash comes between the two square brackets.

https://lists.gnu.org/archive/html/bug-bash/2019-12/msg00017.html

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://tiswww.cwru.edu/~chet/

Reply via email to