mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
9 lines
97 B
Text
9 lines
97 B
Text
|
a:
|
||
|
echo \en one "two three" four'five six'{7} 'eight
|
||
|
b:
|
||
|
echo
|
||
|
one
|
||
|
two three
|
||
|
fourfive six{7}
|
||
|
eight
|