comm.1

来自「莱昂氏UNIX源代码分析UNIXv6src.tar.gz」· 1 代码 · 共 42 行

1
42
字号
.th COMM I 5/15/74.sh NAMEcomm \*- print lines common to two files.sh SYNOPSIS.bd comm[.bd \*-[.bd 123]] file1 file2.sh DESCRIPTION.it Commreads.it file1and.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.The filename `\*-' means the standard input..s3Flags 1, 2, or 3 suppress printing of the correspondingcolumn.Thus.bd comm.bd \*-12prints only the lines common to the two files;.bd comm.bd \*-23prints only lines in the first file but not in the second;.bd comm.bd \*-123is a no-op..s3.sh "SEE ALSO"cmp (I), diff (I).sh BUGS

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?