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

Jump to

Quick reference

Showing posts with label bytes. Show all posts
Showing posts with label bytes. Show all posts

See hex dump of file on Linux or Mac

hexdump -C [file]

or

cat [file] | xxd