Showing posts with label cmp. Show all posts
Showing posts with label cmp. Show all posts

What difference between cmp and diff commands

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

Difference between cmp and diff commands in Unix

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