DEVFYI - Developer Resource - FYI

What difference between cmp and diff commands?

Unix Interview Questions


(Continued from previous question...)

84. What difference between cmp and diff commands?

cmp - Compares two files byte by byte and displays the first mismatch diff - tells the changes to be made to make the files identical

(Continued on next question...)

Other Interview Questions