Go to main content
マニュアルページ セク ション 1: ユー ザーコマンド

印刷ビューの終了

更新: 2016年12月6日
 
 

sact(1)

名前

sccs-sact, sact - show editing activity status of an SCCS file

形式

sact s.filename...

説明

The sact utility informs the user of any SCCS files that are checked out for editing.

The output for each named file consists of five fields separated by SPACE characters.

  • SID of a delta that currently exists in the SCCS file, to which changes are made to make the new delta

  • SID for the new delta to be created

  • Username of the person who has the file checked out for editing.

  • Date that the version was checked out.

  • Time that the version was checked out.

If a directory name is used in place of the s.filename argument, the sact 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.

環境変数

See environ(5) for descriptions of the following environment variables that affect the execution of sact: LANG, LC_ALL , 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), what(1), sccsfile(4), attributes(5), environ(5), standards(5)

診断

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