⇤ ← Revision 1 as of 2023-01-27 18:49:15
Size: 304
Comment:
|
Size: 509
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 13: | Line 13: |
The non-ANSI sequences `\E` (same as `\e`) and `\cx` (control characters) are also expanded. |
|
Line 19: | Line 21: |
If a string is quoted within `$"..."`, then it expands to a string translated through the current locale. |
Bash Quoting
Contents
ANSI Quoting
If a string is quoted within $'...', then it expands to a string with backslash-escaped characters translated per C ANSI escape sequences.
The non-ANSI sequences \E (same as \e) and \cx (control characters) are also expanded.
Localization
If a string is quoted within $"...", then it expands to a string translated through the current locale.