Skip to content

Comment on Top Unix Command Line Utilities

Comments

xxd is a pretty nice hexdump substitute that has a reverse mode of operation (-r), turning a hexdump into binary.

From what I recall xxd is actually part of the vim distribution, so it's common, but not everywhere. An approximate standard (coreutils) alternative is `od -x' (although it doesn't include the ASCII readable char column at the right, which can be annoying)

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.