comm.1
来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 1 代码 · 共 41 行
1
41 行
.TH COMM 1 .SH NAMEcomm \- select or reject lines common to two sorted files.SH SYNOPSIS.B comm[.B \-[.B 123]] file1 file2.SH DESCRIPTION.I Commreads.I file1and.I file2,which should be ordered in ASCII collating sequence,and produces a three column output: lines only in.I file1;lines only in.I file2;and lines in both files.The filename `\-' means the standard input..PPFlags 1, 2, or 3 suppress printing of the correspondingcolumn.Thus.B comm.B \-12prints only the lines common to the two files;.B comm.B \-23prints only lines in the first file but not in the second;.B comm.B \-123is a no-op..PP.SH "SEE ALSO"cmp(1), diff(1), uniq(1)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?