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

4 lines
63 B
Raku

for pipe("find -iname '*.txt'").lines -> $filename {
...
}