mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Add vertical bar escape \|
to documentation
Fixes #3794
(cherry picked from commit 84b59ae0be
)
This commit is contained in:
parent
f706081ea4
commit
9a092ec015
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ Some characters can not be written directly on the command line. For these chara
|
|||
- '<code>\\\></code>' escapes the more than character
|
||||
- '<code>\\^</code>' escapes the circumflex character
|
||||
- '<code>\\&</code>' escapes the ampersand character
|
||||
- '<code>\\|</code>' escapes the vertical bar character
|
||||
- '<code>\\;</code>' escapes the semicolon character
|
||||
- '<code>\\"</code>' escapes the quote character
|
||||
- '<code>\\'</code>' escapes the apostrophe character
|
||||
|
|
Loading…
Reference in a new issue