I just discovered the `od` command. It's a #coreutil .
It defaults to octal..? Based on what I've read in the manpages, it seems to me that octal was a format preferred by a lot of the
To work similar to `hd` (which is *not* a coreutil), you can use `od -A x -t x1z`. You can add the `-v` flag [β¦]