command to display different lines that are found when
compare two files?
Answers were Sorted based on User's Feedback
Answer / prakash singh syan
diff file1 file2
Above command will display all the lines which r diff in
file1 & file2 whereas, cmp will only display 1st occurance
of difference.
| Is This Answer Correct ? | 14 Yes | 1 No |
What is alias mechanism? Explain.
Explain a path in unix.
Explain what is standard unix streams ?
Where is unix used?
How do you change directories in unix?
What is unix explain its architecture?
How to remove certain lines from a file in Unix?
Was unix the first operating system?
Is unix a kernel or os?
List the distributions of unix.
"ls" command is showing all the subdirectoary and files which are present in the current directoary, i want to cut only directoary name. How to cut only name ?
What is .profile unix?