14 lines
406 B
Markdown
Raw Normal View History

# hexyl
> A simple hex viewer for the terminal. Uses colored output to distinguish different categories of bytes.
> See also: `od`, `xxd`, `hexdump`.
> More information: <https://github.com/sharkdp/hexyl>.
- Print the hexadecimal representation of a file:
`hexyl {{path/to/file}}`
- Print the hexadecimal representation of the first n bytes of a file:
`hexyl {{[-n|--length]}} {{n}} {{path/to/file}}`