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
Write your comments