手册页部分 1: 用户命令

退出打印视图

更新时间: 2014 年 7 月
 
 

sccs-unget(1)

名称

sccs-unget, unget - undo a previous get of an SCCS file

用法概要

unget [-ns] [-rsid] s.filename...

描述

The unget utility undoes the effect of a get–e command executed before the creation of the pending delta.

If a directory name is used in place of the s.filename argument, the unget command applies to all s.files in that directory. Unreadable s.files produce an error; processing continues with the next file (if any). The use of `' as the s.filename argument indicates that the names of files are to be read from the standard input, one s.file per line.

选项

The following options are supported:

–n

Retains the retrieved version, which is otherwise removed.

–s

Suppress display of the SCCS delta ID (SID).

–rsid

When multiple versions are checked out, this option specifies which pending delta to abort. A diagnostic results if the specified SID is ambiguous, or if it is necessary but omitted from the command line.

环境变量

See environ(5) for descriptions of the following environment variables that affect the execution of unget: LANG, LC_ALL , LC_COLLATE, LC_CTYPE, LC_MESSAGES, and NLSPATH.

属性

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
developer/build/make
Interface Stability
Committed
Standard

另请参见

sccs(1), sccs-delta(1), sccs-get(1), sccs-help(1), sccs-prs(1), sccs-prt(1), sccs-rmdel(1), sccs-sact(1), sccs-sccsdiff(1), what(1), sccsfile(4), attributes(5), environ(5), standards(5)

诊断

Use the sccs-help command for explanations of SCCS commands. See sccs-help(1).