Skip to content

Replace hexdump but the more available od command#974

Open
simondeziel wants to merge 1 commit intodehydrated-io:masterfrom
simondeziel:replace-hexdump-by-od
Open

Replace hexdump but the more available od command#974
simondeziel wants to merge 1 commit intodehydrated-io:masterfrom
simondeziel:replace-hexdump-by-od

Conversation

@simondeziel
Copy link
Contributor

od is specified by POSIX and is probably more readily available. On Linux systems, it typically comes with the coreutils package.

This should avoid needing to pull the bsdextrautils package on Debian systems at least (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088049).

`od` is specified by POSIX and is probably more readily available. On Linux
systems, it typically comes with the `coreutils` package.

This should avoid needing to pull the `bsdextrautils` package on Debian systems
at least (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088049).

Signed-off-by: Simon Deziel <simon@sdeziel.info>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant