SACT(1) DOMAIN/IX SYS5 SACT(1)
NAME
sact - print current SCCS file editing activity
USAGE
sact file ...
DESCRIPTION
Sact informs you of any impending deltas to a named SCCS
file. This information is most helpful if you mistakenly
execute a get(1) command using the -e option without a sub-
sequent execution of delta(1). If a directory is named on
the command line, sact behaves as though each file in the
directory were specified as a named file, except that it
ignores non-SCCS and unreadable files.
If you specify a dash (-) instead of a filename, sact reads
the standard input, interpreting each line as the name of an
SCCS file to be processed.
The output for each named file consists of five fields
separated by spaces. These fields specify the following
information:
Field 1 SID of an existing delta in the SCCS file
to which changes will be made to create the
new delta.
Field 2 SID for the new delta to be created.
Field 3 Logname of the user who will make the delta
(i.e., the person who executed a get for
editing).
Field 4 Date that get -e was executed.
Field 5 Time that get -e was executed.
DIAGNOSTICS
Use help(1) for explanations.
RELATED INFORMATION
delta(1), get(1), unget(1).
Printed 12/4/86 SACT-1