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!
Asked
Active
Viewed 6.1k times
5
Pichi Wuana
- 1,159
- 2
- 9
- 10
-
3http://superuser.com/questions/244025/tool-to-convert-a-file-of-hex-to-ascii-character-set (1st google hit) – Ipor Sircer Aug 29 '16 at 21:12
1 Answers
17
xxd can also convert the other way
xxd -r
Alexander
- 9,607
- 3
- 40
- 59
-
I would like to do the same with hexdump but I haven't found any clue :-( – Osqui Feb 19 '20 at 10:50