Escape Sequences
Within string and regular expression constants, the following escape sequences may be used.
|
Sequence |
Meaning |
|
|
Alert (bell) |
|
|
Backspace |
|
|
Form feed |
|
|
Newline |
|
|
Carriage return |
|
|
TAB |
|
|
Vertical tab |
|
|
Literal backslash |
|
|
Octal value nnn |
|
|
Hexadecimal value nn |
|
|
Literal double quote (in strings) |
|
|
Literal slash (in regular expressions) |
Tip
The \x escape sequence is
a common extension; it is not part of POSIX awk.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access