مقایسه بایت به بایت دو فایل. اطلاعات بیشتر: https://www.gnu.org/software/diffutils/manual/html_node/Invoking-cmp.html.
cmp {{path/to/file1}} {{path/to/file2}}
cmp --print-bytes {{path/to/file1}} {{path/to/file2}}
cmp --verbose {{path/to/file1}} {{path/to/file2}}
cmp --quiet {{path/to/file1}} {{path/to/file2}}