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