Compare two files byte by byte. More information: https://www.gnu.org/software/diffutils/manual/html_node/Invoking-cmp.html.
cmp {{path/to/file1}} {{path/to/file2}}
cmp -l {{path/to/file1}} {{path/to/file2}}