UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: rcscleanChapter 18
The RCS Utility
Next: Reference: rcsfreeze
 

rcsdiff

rcsdiff [options] [diff_options] files

Compare revisions via diff. Specify revisions using -r as follows:

Number of Revisions specified:

Comparison made:
NoneWorking file against latest revision
OneWorking file against specified revision
TwoOne revision against the other

rcsdiff accepts the standard options -q, -V, and -x, as well as diff_options, which can be any valid diff option. rcsdiff exits with a status of 0 (no differences), 1 (some differences), or 2 (unknown problem).

Options

-kc

When comparing revisions, expand keywords using style c. (See co for values of c.)

-rR1

Use revision R1 in the comparison.

-rR2

Use revision R2 in the comparison. (-rR1 must also be specified.)


Previous: Reference: rcscleanUNIX in a Nutshell: System V EditionNext: Reference: rcsfreeze
Reference: rcscleanBook IndexReference: rcsfreeze

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System