cmp Command Examples

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 {{[-b|--print-bytes]}} {{path/to/file1}} {{path/to/file2}}

cmp {{[-l|--verbose]}} {{path/to/file1}} {{path/to/file2}}

cmp {{[-s|--quiet]}} {{path/to/file1}} {{path/to/file2}}