mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:35:28 +02:00
read: add -r option (#1702)
This commit is contained in:
parent
4b638bfc34
commit
c173466f8e
1 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,7 @@
|
|||
- Use a specific character as a delimiter instead of a new line:
|
||||
|
||||
`read -d {{new_delimiter}} {{variable}}`
|
||||
|
||||
- Do not let backslash (\) act as an escape character:
|
||||
|
||||
`read -r {{variable}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue