CDIFF.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH CDIFF 1
- .SH NAME
- cdiff - context diff
- .SH SYNOPSIS
- fBcdifffR [fB-cfInfR] fIoldfile fInewfilefR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-c" "Provide fInfR lines of context"
- .SH EXAMPLES
- .EX "cdiff old new >f" "Write context diff on fIffR"
- .EX "cdiff -c1 old new >f" "Use only 1 line of context"
- .SH DESCRIPTION
- .PP
- fICdifffR produces a context diff by first running fIdifffR and then
- adding context.
- Some update programs, like fIpatchfR, can use context diffs to update
- files, even in the presence of other, independent changes.
- .SH "SEE ALSO"
- .BR cmp (1),
- .BR diff (1),
- .BR patch (1).