mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-09 17:01:16 -03:00
9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
|
|
a:
|
||
|
|
echo \en one "two three" four'five six'{7} 'eight
|
||
|
|
b:
|
||
|
|
echo
|
||
|
|
one
|
||
|
|
two three
|
||
|
|
fourfive six{7}
|
||
|
|
eight
|