Main Page
|
See live article
|
Alphabetical index
Comm (Unix)
The
comm
command in
Unix
is a utility that is used to compare two files. It shows common lines in one column and differing lines in separate columns for left and right files. This functionally is similar to
diff
.