InterviewSolution
Saved Bookmarks
| 1. |
When two files are identical, what is the output of diff command?(a) Files are identical(b) Returns prompt(c) No output(d) Throws an errorThe question was posed to me in an online interview.This question is from Comparing Files:comm, cmp and diff Command in portion Handling Ordinary Files of Unix |
|
Answer» The correct choice is (b) Returns PROMPT |
|