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