2 lines
97 B
Raku
2 lines
97 B
Raku
use Path::Tiny;
|
|
path('outfile.dat')->spew(path('infile.dat')->slurp =~ s/.{80}/reverse $&/gesr);
|