Query: comm
OS: minix
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
COMM(1) General Commands Manual COMM(1)NAMEcomm - print lines common to two sorted filesSYNOPSIScomm [-123] file1 file2OPTIONS-1 Suppress column 1 (lines present only in file1) -2 Suppress column 2 (lines present only in file2) -3 Suppress column 3 (lines present in both files)EXAMPLEScomm file1 file2 # Print all three columns comm -12 file1 file2 # Print only lines common to both filesDESCRIPTIONTwo sorted files are read and compared. A three column listing is produced. Files only in file1 are in column 1; files only in file2 are in column 2; files common to both files are in column 3. The file name - means stdin.SEE ALSOcmp(1), diff(1), sort(1). COMM(1)
Related Man Pages |
---|
comm(1) - mojave |
comm(1) - linux |
comm(1) - centos |
comm(1) - osx |
comm(1) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
What editor does everyone use? |
What's your most useful shell? |
What is your favorite Linux distro? |
FORMAT OF CSV FILE under unix environment. |
Building JSON command with bash script |