InterviewSolution
Saved Bookmarks
| 1. |
How can we skip some initial bytes from both the files to be compared?(a) using -b option(b) using -n option(c) using -l option(d) using -i optionI have been asked this question during an online exam.Query is from Comparing Files:comm, cmp and diff Command topic in portion Handling Ordinary Files of Unix |
|
Answer» Right CHOICE is (d) using -i option |
|