GNU Info

Info Node: (bashref.info)Double Quotes

(bashref.info)Double Quotes


Next: ANSI-C Quoting Prev: Single Quotes Up: Quoting
Enter node , (file) or (file)node

Double Quotes
.............

   Enclosing characters in double quotes (`"') preserves the literal
value of all characters within the quotes, with the exception of `$',
``', and `\'.  The characters `$' and ``' retain their special meaning
within double quotes (Note: Shell Expansions).  The backslash retains
its special meaning only when followed by one of the following
characters: `$', ``', `"', `\', or `newline'.  Within double quotes,
backslashes that are followed by one of these characters are removed.
Backslashes preceding characters without a special meaning are left
unmodified.  A double quote may be quoted within double quotes by
preceding it with a backslash.

   The special parameters `*' and `@' have special meaning when in
double quotes (Note: Shell Parameter Expansion).


automatically generated by info2www version 1.2.2.9