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