cdiff.1
来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行
1
60 行
CDIFF(1) Minix Programmer's Manual CDIFF(1)
NAME
cdiff - context diff
SYNOPSIS
cdiff [-cn] oldfile newfile
OPTIONS
-c Provide n lines of context
EXAMPLES
cdiff old new >f # Write context diff on f
cdiff -c1 old new >f
# Use only 1 line of context
DESCRIPTION
Cdiff produces a context diff by first running diff and then adding
context. Some update programs, like patch, can use context diffs to
update files, even in the presence of other, independent changes.
SEE ALSO
cmp(1), diff(1), patch(1).
1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?