what is the difference between cmp and diff commands
Answer Posted / supreetha
cmp--> shows the first difference in the files
diff--> shows all the differences in the files
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
What is c in shell script?
How to print all array elements and their respective indexes?
Where is bash history?
What is the default shell of solaris?
What does it mean to debug a script?
How to calculate the number of passed arguments?
Explain about "s" permission bit in a file?
How do I open the shell prompt?
What shell is bin sh?
What is a shell script? Can you name some of its advantages?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
What is awk in shell scripting?
What is the use of a shebang line?
How to pass an argument to a script?