Last Updated: February 25, 2016
·
2.059K
· sheerun

Create hex dump of given file

Picture

Pretty printed one:

xxd file

Plain output:

xxd -plain file

Plain in single line:

xxd -plain file | tr -d '\n'

1 Response
Add your response

Actually hexdump command seems better replacement.
I'll change this protip in the future...

over 1 year ago ·