ISCA AppleII Librarian <apple2pd@ground.ecn.uiowa.edu> writes: >I need some unix help. How can I look at a hex dump of a unix file to see >if the extra byte was there before I downloaded the file (ie, it was lost "od" (octal dump) is a POSIX file dumper, and *should* be available on any UNIX box.