read: fix example command (#13394)

This commit is contained in:
Fazle Arefin
2024-08-07 02:27:02 +10:00
committed by GitHub
parent 3b183fbf1d
commit 30e810fe75

View File

@@ -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: