Viewing the hex codes of a file  

Linux has a cool utility called hexdump that will dump a file in hex mode. Great for looking at the raw values in a UTF-8 text file.

hexdump -C /tmp/foo.txt
Leave A Reply - 1 Reply
Replies
Jimmy 2009-08-02 11:34pm - No Email - Logged IP: 69.104.2.104
xxd has a generally nicer format, and will reverse a modified hexdump back into a file.
All content licensed under the Creative Commons License