cmp.1

来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 1 代码 · 共 43 行

1
43
字号
.TH CMP 1 .SH NAMEcmp \- compare two files.SH SYNOPSIS.B cmp[.B \-l] [.B \-s]file1 file2.SH DESCRIPTIONThe two files arecompared.(If.I file1is `\-',the standard input is used.)Under default options,.I cmpmakes no comment if the files are the same;if they differ, it announces the byte and line numberat which the difference occurred.If one file is an initial subsequenceof the other, that fact is noted..PPOptions:.TP 6.B  \-lPrint the byte number (decimal) and thediffering bytes (octal) for each difference..TP 6.B  \-sPrint nothing for differing files;return codes only..dt.SH "SEE ALSO"diff(1), comm(1).SH DIAGNOSTICSExit code 0 is returned for identicalfiles, 1 for different files, and 2 for aninaccessible or missing argument.

⌨️ 快捷键说明

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