On Thu, 11 Mar 2021, RVP wrote:

This, depeneds on the shell, I think. Only very old shells turn
_every_ '\char' -> 'char'. In POSIX shells, only some chars are
special after a '\' inside double-quotes:
        \\ -> \
        \" -> "
        \` -> `


I missed the obvious one there: \$ -> $

-RVP

Reply via email to