COMM(1) | General Commands Manual | COMM(1) |
comm | [-123f] file1 file2 |
The filename ``-'' means the standard input.
The following options are available:
Each column will have a number of tab characters prepended to it equal to the number of lower numbered columns that are being printed. For example, if column number two is being suppressed, lines printed in column number one will not have any tabs preceding them, and lines printed in column number three will have one.
comm assumes that the files are lexically sorted; all characters participate in line comparisons.
June 6, 1993 | NetBSD 6.1 |