mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 15:35:27 +02:00
read: fix example command (#13394)
This commit is contained in:
parent
3b183fbf1d
commit
30e810fe75
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
- Assign multiple values to multiple variables:
|
||||
|
||||
`{{echo "The name is Bond"}} | read {{_ variable1 _ variable2}}`
|
||||
`read {{_ variable1 _ variable2}} <<< {{"The surname is Bond"}}`
|
||||
|
||||
- Do not let backslash (\\) act as an escape character:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue