Query: comm
OS: bsd
Section: 1
Links: bsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
COMM(1) General Commands Manual COMM(1)NAMEcomm - select or reject lines common to two sorted filesSYNOPSIScomm [ - [ 123 ] ] file1 file2DESCRIPTIONComm reads file1 and file2, which should be ordered in ASCII collating sequence, and produces a three column output: lines only in file1; lines only in file2; and lines in both files. The filename `-' means the standard input. Flags 1, 2, or 3 suppress printing of the corresponding column. Thus comm -12 prints only the lines common to the two files; comm -23 prints only lines in the first file but not in the second; comm -123 is a no-op.SEE ALSOcmp(1), diff(1), uniq(1) 7th Edition April 29, 1985 COMM(1)
Related Man Pages |
---|
comm(1) - hpux |
comm(1) - opendarwin |
comm(1) - osf1 |
comm(1) - sunos |
comm(1) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
What editor does everyone use? |
Allow mods and admins to comment in posts |
AWK Command |
Need help with sed/awk command |
Perl command in bash |