mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 22:44:01 +00:00
parent
09ac6f8703
commit
afc672e52f
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ Delimiters given via "-d" are taken as one string::
|
||||||
echo $first # outputs "a b", $second is empty
|
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"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 $b # outputs '(command echo wurst)* {a,b}' (without the quotes)
|
||||||
echo $c # nothing
|
echo $c # nothing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue