Show Lines Common To Two Files
This page answers questions like these:
- How to show lines common to two files?
- How to show only lines that appear in two files?
- How to show only lines that are present in both files?
- How to show lines common to two sorted files?
- How to show lines common to two ordered files?
Related Links:
Lines in One File but Not Another
Show Lines Common To Two Files:
comm -1 -2 FILE1 FILE2
- Show lines common to sorted files FILE1 and FILE2.
- Cons: Expects both files to be sorted and doesn’t work properly if they’re not.
Related Links:
Lines in One File but Not Another
Home > Linux / Unix > Show Lines Common To Two Files
Tags: common lines, lines common, file, text file, linux, unix, solaris, bsd, aix
Copyright © HelpDoco.com
file-common-lines.txt
Linux-Unix/show-lines-common-to-two-files.htm
1