mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
List special characters, link to bash manual
@@ -28,7 +28,11 @@ Instead of relying on this implicit fallback, you should escape the backslash ex
|
||||
|
||||
### Exceptions:
|
||||
|
||||
None. This is a stylistic issue which can be [[ignore]]d. But can you name the 5 characters that *are* special when escaped in double quotes?
|
||||
None. This is a stylistic issue which can be [[ignored]]. But can you name the 5 characters that *are* special when escaped in double quotes?
|
||||
|
||||
They are $, `, ", \\, or newline. More infos are available in the [bash manual].
|
||||
|
||||
[bash manual]: https://www.gnu.org/software/bash/manual/html_node/Double-Quotes.html
|
||||
|
||||
### Retired:
|
||||
|
||||
|
Reference in New Issue
Block a user