unget(1) CLIX unget(1)
NAME
unget - Undo a previous get of an SCCS file
SYNOPSIS
unget [-rSID] [-s] [-n] files
FLAGS
Flag arguments apply independently to each named file.
-rSID Uniquely identifies which delta is no longer intended. (This
would have been specified by get as the new delta). This flag is
used only if two or more outstanding gets for editing on the same
file are 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 display on stdout of the intended delta's SID.
-n Causes the retention of the gotten file which would normally be
removed from the current directory.
DESCRIPTION
The unget command undoes the effect of a get -e done prior to creating the
intended new delta. If a directory is named, unget acts 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,
stdin is read with each line being taken as the name of an file to be
processed.
EXAMPLES
To allow release 1, level 2, to be edited by another individual with get
-e:
unget -r1.2 -n file
DIAGNOSTICS
Use help for explanations.
EXIT VALUES
The exit status is 0 if successful; otherwise, 1.
RELATED INFORMATION
2/94 - Intergraph Corporation 1
unget(1) CLIX unget(1)
Files: delta(1), get(1), sact(1), help(1) in the User's Reference Manual
2 Intergraph Corporation - 2/94