hexyl
all
A simple hex viewer for the terminal. Uses colored output to distinguish different categories of bytes. See also: `od`, `xxd`, `hexdump`.
More info →Options (1)
-n, --lengthbooleanPrint the hexadecimal representation of the first n bytes of a file
Example:
hexyl {{[-n|--length]}} {{n}} {{path/to/file}}made by @shridhargupta | data from tldr-pages