Last active 1 day ago

swee revised this gist 1 day ago. Go to revision

1 file changed, 16 insertions

gistfile1.txt(file created)

@@ -0,0 +1,16 @@
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)
Newer Older