comm.1 (d628d776c45a0e11a0a035597d49023942501ecc) comm.1 (3898680cf705cef4e1cc606b44cd91fc4252bcd5)
1.\" Copyright (c) 1989, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 66 unchanged lines hidden (view full) ---

75.El
76.Pp
77Each column will have a number of tab characters prepended to it
78equal to the number of lower numbered columns that are being printed.
79For example, if column number two is being suppressed, lines printed
80in column number one will not have any tabs preceding them, and lines
81printed in column number three will have one.
82.Pp
1.\" Copyright (c) 1989, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 66 unchanged lines hidden (view full) ---

75.El
76.Pp
77Each column will have a number of tab characters prepended to it
78equal to the number of lower numbered columns that are being printed.
79For example, if column number two is being suppressed, lines printed
80in column number one will not have any tabs preceding them, and lines
81printed in column number three will have one.
82.Pp
83.Nm Comm
84assumes that the files are lexically sorted; all characters
83The
84.Nm
85utility assumes that the files are lexically sorted; all characters
85participate in line comparisons.
86.Sh DIAGNOSTICS
87.Ex -std
88.Sh SEE ALSO
89.Xr cmp 1 ,
90.Xr diff 1 ,
91.Xr sort 1 ,
92.Xr uniq 1
93.Sh STANDARDS
94The
95.Nm
96utility conforms to
97.St -p1003.2-92 .
86participate in line comparisons.
87.Sh DIAGNOSTICS
88.Ex -std
89.Sh SEE ALSO
90.Xr cmp 1 ,
91.Xr diff 1 ,
92.Xr sort 1 ,
93.Xr uniq 1
94.Sh STANDARDS
95The
96.Nm
97utility conforms to
98.St -p1003.2-92 .