HP-UX Reference (11i v2 07/12) - 1 User Commands N-Z (vol 2)

s
sccs(1) sccs(1)
To make a delta of a large number of files in the current directory, enter:
sccs delta *.c
To get a list of files being edited that are not on branches, enter:
sccs info -b
To get a list of files being edited by you, enter:
sccs tell -u
In a makefile, to get source files from an SCCS file if it does not already exist, enter:
SRCS = <list of source files>
$ (SRCS) :
sccs get $(REL) $@
SEE ALSO
admin(1), cdc(1), comb(1), delta(1), get(1), prs(1), rmdel(1), sact(1), sccsdiff(1), sccshelp(1), unget(1), val(1),
vc(1), what(1), sccsfile(4).
STANDARDS CONFORMANCE
sccs: XPG4
HP-UX 11i Version 2: December 2007 Update 3 Hewlett-Packard Company 247