CDIFF.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
- .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).