I would like to view the contents of a file in the current directory, but in binary from the command line. How can I achieve this?
xxd does both binary and hexadecimal.
xxd
bin:
xxd -b file
hex:
xxd file
2.1m questions
2.1m answers
60 comments
57.0k users