Quick visualization of a binary file

Here's a simple trick that I learned from the amazing @scanlime to quickly (and universally) visualize the distribution of byte of any binary file, using the Portable Graymap Format (PGM) format. On Windows: C:\> echo P5 512 4096 255 >...