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