Linux.com

Re:Unicode

Posted by: Anonymous Coward on March 03, 2006 01:57 AM
D'oh. That should be:

tr -d \\0 < word.doc | strings | less

(Note the '<' - tr always operates on standard input, not a file.)

Dammit, Slashcode, when I say Plain Text I mean Plain Text!

#

Return to Viewing Word files at the command line