Compares two versions of a SCCS file.
sccsdiff -rSID1 -rSID2 [ -p ] [ -sNumber ] File ...
The sccsdiff command reads two versions of an Source Code Control System ( SCCS) file, compares them, and then writes to standard output the differences between the two versions. Any number of SCCS files can be specified, but the same arguments apply to all files.
To display the difference between versions 1.1 and 1.2 of SCCS file s.test.c, enter:
sccsdiff -r1.1 -r1.2 s.test.c
/usr/bin/sccsdiff | Contains the SCCS sccsdiff command. The sccsdiff command supports multibyte character set (MBCS) data for the file names. |
The bdiff command, diff command, get command, prs command, sccshelp command.
The sccsfile file format.
List of SCCS Commands, Source Code Control System (SCCS) Overview in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.