hexdump and hexdump -C
While exploring null bytes in this issue I learned that the command on macOS (and presumably other Unix systems) has a confusing default output.
2 posts tagged “binary”.
While exploring null bytes in this issue I learned that the command on macOS (and presumably other Unix systems) has a confusing default output.
For simonw/til issue 82 I needed to embed some binary content directly in a Python script. I wanted to wrap that content to fit within 80 columns.