UNGET(1) BSD UNGET(1)
NAME
unget - undo a previous get of an SCCS file
SYNOPSIS
unget [ -rSID ] [ -s ] [ -n ] files ...
DESCRIPTION
unget undoes the effect of executing a get(1) command with the -e option
prior to creating the intended new delta.
If you specify a directory as an argument, unget behaves as though each
file in the directory was specified as a named file, except that it
silently ignores non-SCCS and unreadable files.
If you supply a dash (-) in place of a file or directory, unget reads the
standard input, interpreting each line as the name of an SCCS file to be
processed.
The options below apply independently to each named file.
OPTIONS
-rSID Uniquely identify which delta is no longer intended, i.e.,
specified by get(1) as the new delta. This is necessary only
if two or more outstanding executions of get(1) for editing on
the same SCCS file were done under the same log-in name. A
diagnostic results if the specified SID (SCCS IDentification
number) is ambiguous, or if it is required but was omitted on
the command line.
-s Suppress the printout, on the standard output, of the intended
delta's SID.
-n Retain the file secured through the execution of get(1). This
file is normally removed from the current directory.
DIAGNOSTICS
Use help(1) for explanations.
SEE ALSO
admin(1), delta(1), get(1), help(1), sact(1) sccs(1)