I have file1 that contains lines exactly the same as file2 BUT file 2 has more lines. I need to extract these additional line ONLY. I tried diff command but the output really long and I need just the additional lines. Can anybody help ?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|||
migrated from stackoverflow.com Aug 21 '12 at 21:03
|
Try
If you want a nicer display you can use the switch
|
|||
|
|
meld. – Mechanical snail Aug 21 '12 at 21:10