InterviewSolution
Saved Bookmarks
| 1. |
Which command is used to display the differences between files?(a) comm(b) diff(c) cmp(d) differThis question was addressed to me in class test.This question is from Comparing Files:comm, cmp and diff Command in chapter Handling Ordinary Files of Unix |
|
Answer» Correct option is (b) diff |
|