InterviewSolution
Saved Bookmarks
| 1. |
Which command is used for comparing two files?(a) cmp(b) comp(c) diff(d) commThe question was asked in an online interview.I want to ask this question from Comparing Files:comm, cmp and diff Command in section Handling Ordinary Files of Unix |
|
Answer» The correct option is (a) cmp |
|