mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 08:58:01 +00:00
3 lines
57 B
Fish
3 lines
57 B
Fish
for i in (seq 100000)
|
|
string match '*o' fooooooo
|
|
end
|