RosettaCodeData/Task/Input-loop/Perl-6/input-loop-4.pl6
2016-12-05 22:15:40 +01:00

3 lines
91 B
Raku

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