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 |
List some of the frequent shells used in unix along with their indicators?
Which file system is used in unix?
Explain what is a fifo?
What is the use of unix?
Explain kernal and shell?
What is unix buffer cache?
i have one column with data smith john michale the o/p should be smith,john,michale how we do in unix
Why is it that it is not advisable to use root as the default login?
What are the hidden files in unix?
What are pipes and filters in unix?
Why unix terminals are called dummy terminals?
In unix, what is echo used for?