Fix typo in read
doc
(cherry picked from commit b16a86990736a8b1393f9a508d7fdbe4aab51499)
This commit is contained in:
parent
09ac6f8703
commit
afc672e52f
@ -125,7 +125,7 @@ Delimiters given via "-d" are taken as one string::
|
||||
echo $first # outputs "a b", $second is empty
|
||||
|
||||
echo 'a"foo bar"b (command echo wurst)*" "{a,b}' | read -lt -l a b c
|
||||
echo $a # outputs 'afoo bar' (without the quotes)
|
||||
echo $a # outputs 'afoo barb' (without the quotes)
|
||||
echo $b # outputs '(command echo wurst)* {a,b}' (without the quotes)
|
||||
echo $c # nothing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user