InterviewSolution
Saved Bookmarks
| 1. |
Which command compares two sorted files line by line?(a) cmp(b) diff(c) comm(d) sortThe question was posed to me in semester exam.The query is from Comparing Files:comm, cmp and diff Command topic in section Handling Ordinary Files of Unix |
|
Answer» Correct option is (c) comm |
|