unget(1) unget(1)
NAME
unget - undo a previous get of an SCCS file
SYNOPSIS
unget [-n] [-rSID] [-s] file...
DESCRIPTION
unget undoes the effect of a get -e done prior to creating
the intended new delta. If a directory is named, unget
behaves as though each file in the directory were specified
as a named file, except that non-SCCS files and unreadable
files are silently ignored. If a name of - is given, the
standard input is read with each line being taken as the
name of an SCCS file to be processed.
Keyletter arguments apply independently to each named file.
-rSID Uniquely identifies which delta is no longer in-
tended. (This would have been specified by get
as the ``new delta'') The use of this keyletter
is necessary only if two or more outstanding gets
for editing on the same SCCS file were done by
the same person (login name). A diagnostic
results if the specified SID is ambiguous, or if
it is necessary and omitted on the command line.
-s Suppresses the printout, on the standard output,
of the intended delta's SID.
-n Causes the retention of the gotten file which
would normally be removed from the current direc-
tory.
EXAMPLES
% unget s.test1.c
1.2
undoes version 1.2 of test1.c set up for editing by an ear-
lier get -e.
FILES
/usr/bin/unget
SEE ALSO
admin(1), cdc(1), comb(1), delta(1), get(1), help(1),
prs(1), rmdel(1), sact(1), sccs(1), sccsdiff(1), val(1),
what(1), sccsfile(4).
``SCCS Reference'' in A/UX Programming Languages and Tools,
Volume 2.
April, 1990 1
DIAGNOSTICS
Use help(1) for explanations.
2 April, 1990