cmp(1) - SerenityOS man pages

#Name

cmp - compare files

#Synopsis

$ cmp [options...] file1 file2

#Description

Compare two files and report the location of any differences. By default, execution stops after the first difference, but this can be overridden (see --verbose option). Byte and line numbers start at 1.

#Options

#Arguments

#Exit status

#See also