home.social

#coreutil — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #coreutil, aggregated by home.social.

  1. I just discovered the `od` command. It's a .
    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, which works like the `-v` flag in `hd`.