commands.sh

rcsdiff

all

Compare RCS revisions (show differences between revisions in RCS files). See also: `ci`, `co`, `rcs`, `rlog`.

More info →

Examples (5)

Compare the working file with the latest revision

rcsdiff path/to/file

Compare the working file with a specific revision

rcsdiff -rrevision path/to/file

Compare two specific revisions of a file

rcsdiff -rrevision1 -rrevision2 path/to/file

Show differences in unified format

rcsdiff -u path/to/file

Show differences with context lines

rcsdiff -c path/to/file
made by @shridhargupta | data from tldr-pages