[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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
The expanded result is single-quoted, as if the dollar sign had not been present.