- or download this
C:\test>dir 1123355.bin
14/04/2015 16:50 16,777,216 1123355.bin
C:\test>1159245 1123355.bin
Took 12.897612 secs
- or download this
C:\test>1159245 1123355.bin
Took 3.832763 secs
...
♥ : 44106
♦ : 43878
...
- or download this
#! perl -slw
use strict;
...
printf "%c : %u\n", $_, $seen[$_] for 0 .. 255;