mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-22 08:55:16 +08:00
4 lines
83 B
Fish
4 lines
83 B
Fish
for i in (seq 100000)
|
|
string match -r '^.*$' fooooooo
|
|
end | string match -re o
|