diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/comm.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/comm.1')
| -rw-r--r-- | static/unix-v10/man1/comm.1 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/static/unix-v10/man1/comm.1 b/static/unix-v10/man1/comm.1 new file mode 100644 index 00000000..3ce8bb63 --- /dev/null +++ b/static/unix-v10/man1/comm.1 @@ -0,0 +1,48 @@ +.th COMM I 8/21/73 +.sh NAME +comm \*- print lines common to two files +.sh SYNOPSIS +.bd comm +[ +.bd \*- +[ +.bd 123 +] +] file1 file2 +[ +file3 +] +.sh DESCRIPTION +.it Comm +reads +.it file1 +and +.it file2, +which should be in sort, +and produces a three column output: lines only in +.it file1; +lines only in +.it file2; +and lines in both files. +.s3 +If +.it file3 +is given, the output will be placed there; +otherwise it will be written on the standard output. +.s3 +Flags 1, 2, or 3 suppress printing of the corresponding +column. +Thus +.bd comm +.bd \*-12 +prints only the lines common to the two files; +.bd comm +.bd \*-23 +prints only lines in the first file but not in the second; +.bd comm +.bd \*-123 +is a no-op. +.s3 +.sh "SEE ALSO" +uniq(\|I\|), proof(\|I\|), cmp(\|I\|) +.sh BUGS |
