in reply to Re: .CHR file read
in thread File Reading (.CHR file)

Dear friend,

I can view a file data but the data can't able understand the data format(i.e. it looks like binary data)

Thanks

Replies are listed 'Best First'.
Re^3: .CHR file read
by Anonymous Monk on Dec 09, 2011 at 04:55 UTC

    file file

    head file |od -tacx1

    head file | hexdump

      Dear Friend,

      Can you explain how to convert the file into Octal/Hexadecimal format. I don't know how to convert it.

      Thanks