InterviewSolution
Saved Bookmarks
| 1. |
If we are interested in knowing that whether the two files are identical or not, we can use ___ command.(a) comm(b) diff(c) cmp(d) differI have been asked this question in unit test.I'd like to ask this question from Comparing Files:comm, cmp and diff Command topic in section Handling Ordinary Files of Unix |
|
Answer» The correct choice is (c) cmp |
|