hexdump
Installation
SKILL.md
Hexdump
Display file contents in hexadecimal and ASCII formats
Prerequisite Check
Run this before proposing byte-level inspection:
command -v hexdump >/dev/null 2>&1 || hexdump --version
If hexdump is missing, surface that immediately and fall back to xxd or od for equivalent read-only inspection.
Quick Start
- Verify
hexdumpis available:hexdump --versionorman hexdump - Establish the command surface:
man hexdumporhexdump --help - Start with a read-only probe:
hexdump file