Next: Locale Translation, Previous: Double Quotes, Up: Quoting
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\f\n\r\t\v\\\'\nnn\xHH\cxThe expanded result is single-quoted, as if the dollar sign had not been present.