sccsdiff(1) sccsdiff(1)
NAME [Toc] [Back]
sccsdiff - compare two versions of an SCCS file
SYNOPSIS [Toc] [Back]
sccsdiff -rSID1 -rSID2 [-p] [-sn] file ...
DESCRIPTION [Toc] [Back]
The sccsdiff command compares two versions of an SCCS file, and
generates the differences between the two versions. Any number of
SCCS files may be specified, but arguments apply to all files.
-rSID? SID1 and SID2 specify the deltas of an SCCS file
that are to be compared. Versions are passed to
bdiff in the order given (see bdiff(1)). The SIDs
accepted, and the corresponding version retrieved
for the comparison are the same as for get (see
get(1)).
-p Pipe output for each file through pr (see pr(1)).
-sn n is the file segment size that bdiff passes to
diff (see diff(1)). This is useful when diff
fails due to a high system load.
EXTERNAL INFLUENCES [Toc] [Back]
International Code Set Support
Single- and multi-byte character code sets are supported with the
exception that multi-byte-character file names are not supported.
DIAGNOSTICS [Toc] [Back]
file: No differences
The two versions are identical.
Use sccshelp(1) for explanations.
FILES [Toc] [Back]
/tmp/get????? Temporary files
SEE ALSO [Toc] [Back]
bdiff(1), diff(1), get(1), pr(1), sccshelp(1).
Hewlett-Packard Company - 1 - HP-UX 11i Version 2: August 2003 [ Back ] |