Cuyler wrote: > I would like to display a file in its binary form (1s and 0s), but I'm > having no luck... Any thoughts would be most appreciated.
If you are on a UNIX system, or on Windows with Cygwin, you can use the
'od' command to dump a file in hex or octal.
man od
od -Ax -tx1
--
http://mail.python.org/mailman/listinfo/python-list
