Forum Discussion
RoyF
Feb 01, 2021Explorer
If the files are corrupted, and if you can run run Unix or Linux, you may at least be able to see the unformated text in filename by using the Unix or Linux command 'hexdump'.
hexdump -C filename > dumpfilename
In Unix, the above would write a dump of filename to dumpfilename.
In Linux, use the option -Canonical instead of -C.
The option causes any printable characters to be displayed alongside each line of the hexadecimal.
The dumpfilename produced by a Word file will contain a lot of gobbledegook in addition to the raw unformatted text.
Added on edit. Sorry, Linux also uses -C. (I use Unix, and don't know Linux.)
hexdump -C filename > dumpfilename
In Unix, the above would write a dump of filename to dumpfilename.
In Linux, use the option -Canonical instead of -C.
The option causes any printable characters to be displayed alongside each line of the hexadecimal.
The dumpfilename produced by a Word file will contain a lot of gobbledegook in addition to the raw unformatted text.
Added on edit. Sorry, Linux also uses -C. (I use Unix, and don't know Linux.)
About RV Must Haves
Have a product you cannot live without? Share it with the community!8,793 PostsLatest Activity: Aug 22, 2023