unget(1) General Commands Manual unget(1)
Name
unget - undo a previous get of an SCCS file
Syntax
unget [-rSID] [-s] [-n] files
Description
The command undoes the effect of a done prior to creating the intended new delta. If a directory is named, behaves as though each file in
the directory were specified as a named file, except that non-SCCS files and unreadable files are ignored. If - is given as a name, the
standard input is read, with each line being taken as the name of an SCCS file to be processed.
Options
Keyletter arguments apply independently to each named file.
-n Retains copy of SCCS file which normally is removed from current directory.
-rSID Indicates delta version number. This would have been specified by as the new delta. The use of this keyletter is necessary only
if two or more outstanding 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 normal messages, on the standard output of the intended delta's SID.
Diagnostics
See for explanations.
See Also
delta(1), get(1), sccs(1)
Guide to the Source Code Control System
unget(1)