How to view files in binary from bash? September 25, 2022 by Tarik xxd does both binary and hexadecimal. bin: xxd -b file hex: xxd file