When trying to compare two files using cmp, if the files differ; what is the output?

Options
- tells the first byte where they differ
- tells the line number where they differ
- tells the first byte and line number where they differ
- it displays the files


CORRECT ANSWER : tells the first byte and line number where they differ

Discussion Board
Explanation-

Compare two files, and if they differ, tells the first byte and line number where they differ. 'cmp' reports the differences between two files character by character, instead of line by line.

Sapna 03-7-2017 04:52 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement