InterviewSolution
Saved Bookmarks
| 1. |
Which option is used with cmp command to limit the number of bytes to be compared?(a) -n(b) -l(c) -f(d) -bI have been asked this question during an online exam.The above asked question is from Comparing Files:comm, cmp and diff Command topic in section Handling Ordinary Files of Unix |
|
Answer» Correct option is (a) -n |
|