#coreutil — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #coreutil, aggregated by home.social.
-
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 theTo work similar to `hd` (which is *not* a coreutil), you can use `od -A x -t x1z`. You can add the `-v` flag, which works like the `-v` flag in `hd`.