InterviewSolution
Saved Bookmarks
| 1. |
-b option is used with cmp command to print the differing bytes in both files.(a) True(b) FalseThis question was addressed to me by my college director while I was bunking the class.My question comes from Comparing Files:comm, cmp and diff Command topic in portion Handling Ordinary Files of Unix |
|
Answer» RIGHT choice is (a) True The explanation is: -b option when used with cmp command print the byte number and the line number along with the differing BYTES, where the first MISMATCH OCCUR. For example, |
|