2 lines
103 B
Raku
2 lines
103 B
Raku
use Path::Tiny;
|
|
path('outfile.dat')->spew(reverse unpack '(a80)*', reverse path('infile.dat')->slurp);
|