Words of the form $'
string'
are treated specially. The
word expands to string, with backslash-escaped characters replaced
as specified by the ANSI C standard. Backslash escape sequences, if
present, are decoded as follows:
\a
\b
\e
\E
\f
\n
\r
\t
\v
\\
\'
\"
\
nnn\x
HH\c
xThe expanded result is single-quoted, as if the dollar sign had not been present.