Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 331 Bytes

comm.md

File metadata and controls

13 lines (9 loc) · 331 Bytes

comm

comm [OPTION]... FILE1 FILE2

Compare two sorted files line by line.

When FILE1 or FILE2 (not both) is -, read standard input.

With no options, produce three-column output. Column one contains lines unique to FILE1, column two contains lines unique to FILE2, and column three contains lines common to both files.