Apr 12, 2001 #1 bowen Programmer Mar 15, 2001 7 US In SCO "hd" gets you a hex display with ascii translation. Is there a way to get this same service in linux?
In SCO "hd" gets you a hex display with ascii translation. Is there a way to get this same service in linux?
Apr 13, 2001 #2 mrregan MIS Nov 2, 1999 490 US Hi, I use the hexdump command. See if you have a man page on it. Upvote 0 Downvote
May 4, 2001 #3 Annihilannic MIS Jun 22, 2000 6,317 AU 'od -x < yourfile' is a pretty platform independent method. 'od -c' is also a very useful form of output. Annihilannic. Upvote 0 Downvote
'od -x < yourfile' is a pretty platform independent method. 'od -c' is also a very useful form of output. Annihilannic.