EnderUNIX Team.


EnderUNIX tips

Mail to My Friend , Home Page

[ UNIX ]

"Transfering multibyte files" - Ülkü SAYILAN - (2004-06-19 17:16:29)   [3017]

Transfering multibyte files


Do you find trouble in transferring multibyte binary data files to Windows and then read through HexEditor ?(Or some such windows based application )

Try Solaris/HP-UX command /usr/bin/od to generate octal and hexadecimal Dump !

-x Interpret words in hex.

$od -x

will generate Hex View on stdout.
For more usage on the command explore
"man od".

Mail to My Friend , Home Page