knowledge/technology/applications/cli/hexyl.md
2023-12-04 11:28:33 +01:00

18 lines
No EOL
821 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
obj: application
os:
- linux
repo: https://github.com/sharkdp/hexyl
---
# Hexyl
`hexyl` is a simple hex viewer for the terminal. It uses a colored output to distinguish different categories of bytes (NULL bytes, printable [ASCII](../../files/ASCII.md) characters, [ASCII](../../files/ASCII.md) whitespace characters, other [ASCII](../../files/ASCII.md) characters and non-[ASCII](../../files/ASCII.md)).
## Usage
Usage: `hexyl [OPTIONS] [FILE]`
### Options
| Option | Description |
| ------------------ | --------------------------------------------- |
| `-n, --length <N>` | Read n bytes fom input |
| `-s, --skip <N>` | Skip n bytes from input |
| `--no-characters ` | Do not show the character panel on the right. |