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 dev null in unix?
following two file are file a file b 110 aab 330 xxl i want the output like file a fileb 110 xxl 330 aab give solution ?
How do I delete files older than 2 days unix?
Explain how and when a DNS request is solved when a user tries to surf to the site www.abcdeg.in .Assume the user machine uses a local name server and sits on another network other than www.abcdef.in.
What are the criteria for choosing a process for swapping into memory from the swap device?
How to create a blank file in unix?
What do you understand by the term kernel?
Is unix more secure than windows?
Explain how do you create special files like named pipes and device files?
What is alias mechanism? Explain.
What is home directory in unix?
How do I run a unix script?