The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/bin/sh
cd t
templ=iterfiles_template
test_base="02-iterfiles"
find usr | split -l 50 - FLIST

for f in FLIST*; do
    cp $templ "$test_base-$f.t"
done