5

I know that xxd is used to convert texts to hexdump but I want to do the opposite: convert an hex dump to text! Is there some command that I can use? Thanks for the help!

Pichi Wuana
  • 1,159
  • 2
  • 9
  • 10

1 Answers1

17

xxd can also convert the other way

xxd -r
Alexander
  • 9,607
  • 3
  • 40
  • 59