Hex characters of ascii file

Hi,

Whats the command or how do you display the hexadecimal characters of an ascii file.

thanks
Bud

Try:
od -h

Sorry, I probably want to see if the ascii file has got carriage returns as well. OD command worked for hexadecimal...thanks.