mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:35:40 +02:00
read: fix missing backslash (#7731)
This commit is contained in:
parent
d4142a47ca
commit
4dca0ab1fb
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
`read -d {{new_delimiter}} {{variable}}`
|
||||
|
||||
- Do not let backslash (\) act as an escape character:
|
||||
- Do not let backslash (\\) act as an escape character:
|
||||
|
||||
`read -r {{variable}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue