or
$ other_command_or_pipeline | od -cx
is from early versions of Unix. Prints both character and hexadecimal representation of each byte in the input.
$ man od
And right, it's output has issues for some uses.
or
$ other_command_or_pipeline | od -cx
is from early versions of Unix. Prints both character and hexadecimal representation of each byte in the input.
$ man od