Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 608 Bytes

escape-character-bash-reference-manual.md

File metadata and controls

6 lines (3 loc) · 608 Bytes

Escape Character (Bash Reference Manual)

Next: Single Quotes, Up: Quoting [Contents][Index]

A non-quoted backslash ‘\’ is the Bash escape character. It preserves the literal value of the next character that follows, with the exception of newline. If a \newline pair appears, and the backslash itself is not quoted, the \newline is treated as a line continuation (that is, it is removed from the input stream and effectively ignored).