top | item 40113059

(no title)

morcheeba | 1 year ago

hexdump will automatically does "squeezing" of repeated lines. Follow this with a line count and multiply by the bytes/line and you'll get a rough number of non-repetitive bytes. https://man7.org/linux/man-pages/man1/hexdump.1.html

discuss

order

anthk|1 year ago

Use xxd or od then.