read.1 (fish-3.5.0.tar.xz) | : | read.1 (fish-3.5.1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 154 | skipping to change at line 154 | |||
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 bar' (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 | |||
COPYRIGHT | COPYRIGHT | |||
2022, fish-shell developers | 2022, fish-shell developers | |||
3.5 Jun 16, 2022 READ(1) | 3.5 Jul 20, 2022 READ(1) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |