RosettaCodeData/Task/Input-loop/Perl-6/input-loop-3.pl6

4 lines
72 B
Raku
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
for run(«find -iname *.txt», :out).out.lines -> $filename {
2015-11-18 06:14:39 +00:00
...
}