Last active 1 day ago

gistfile1.txt Raw
1licorice:~$ xxd --version
2xxd: unrecognized option: version
3BusyBox v1.37.0 (2026-01-10 15:38:28 UTC) multi-call binary.
4
5Usage: xxd [-pri] [-g N] [-c N] [-l LEN] [-s OFS] [-o OFS] [FILE]
6
7Hex dump FILE (or stdin)
8
9 -g N Bytes per group
10 -c N Bytes per line
11 -p Show only hex bytes, assumes -c30
12 -i C include file style
13 -l LENGTH Show only first LENGTH bytes
14 -s OFFSET Skip OFFSET bytes
15 -o OFFSET Add OFFSET to displayed offset
16 -r Reverse (with -p, assumes no offsets in input)