what is the difference between commmands cmp and diff?
Answer Posted / bandi sreekanth
CMP:is used to compare two files by byte by byte process
DIFF:is used to compare files by line by line and list the defference between two files to standard output.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
what is the advaantage of each user having its own copy of the shell?
What is the pipe command?
How does shebang work?
What is the use of find command in unix?
Describe the zip/unzip command using gzip.
how to sort the content of the file based on numeric values
Write a command to display a file’s contents in various formats?
Which command is used to copy files?
Enumerate some of the most commonly used network commands in unix?
Why is it called grep?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What does find command return in unix?
What are the unix commands?
What does pipe () return?
What does grep v do?