mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
6 lines
230 B
Plaintext
6 lines
230 B
Plaintext
|
echo --split a,b,,c,,,d,,,,e,,,,,f,,,,,,e
|
||
|
echo --split ,a,b,,c,,,d,,,,e,,,,,f,,,,,,e,
|
||
|
echo --split ,,a,b,,c,,,d,,,,e,,,,,f,,,,,,e,,
|
||
|
echo --split ,,,a,b,,c,,,d,,,,e,,,,,f,,,,,,e,,,
|
||
|
echo --split ,,,,a,b,,c,,,d,,,,e,,,,,f,,,,,,e,,,,
|