A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

See hex dump of file on Linux or Mac

hexdump -C [file]

or

cat [file] | xxd