mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-30 01:11:14 -03:00
Fix typo in read doc
This commit is contained in:
committed by
Fabian Boehm
parent
5d0efbf2e8
commit
b16a869907
@@ -137,7 +137,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user