Hexdump with output format

# hexdump -n 10 -s 512 -v -e '"x" 1/1 "%02X" " "' untitled.txt

-n for number of bytes.
-s for offset
-v for not showing a * mark for repetition
-e for output format

No comments: