How can we know two text files are identical?
if the output of “cmp -s file1 file2” is not zero
if the output of “cmp -s file1 file2” is zero
if the output of “cmp -s file1 file2” is one
if the output of “cmp -diff file1 file2” is zero