3 lines
91 B
Raku
3 lines
91 B
Raku
for run(«find -iname *.txt -print0», :nl«\0», :out).out.lines -> $filename {
|
|
...
|
|
}
|