Perl generate file over and over

[et_pb_section bb_built=”1″][et_pb_row][et_pb_column type=”4_4″][et_pb_text]

perl -E 'say "F1AA" x 262144' | xxd -r -p - F1AA.bin

hexdump F1AA.bin (-v to look at the entire file)
0000000 aaf1 aaf1 aaf1 aaf1 aaf1 aaf1 aaf1 aaf1
*
0080000

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]

Leave a Reply