1sccs-sact(1) User Commands sccs-sact(1)
2
3
4
6 sccs-sact, sact - show editing activity status of an SCCS file
7
9 sact s.filename...
10
11
13 The sact utility informs the user of any SCCS files that are checked
14 out for editing.
15
16
17 The output for each named file consists of five fields separated by
18 SPACE characters.
19
20 o SID of a delta that currently exists in the SCCS file, to
21 which changes are made to make the new delta
22
23 o SID for the new delta to be created
24
25 o Username of the person who has the file checked out for
26 editing.
27
28 o Date that the version was checked out.
29
30 o Time that the version was checked out.
31
32
33 If a directory name is used in place of the s.filename argument, the
34 sact command applies to all s.files in that directory. Unreadable
35 s.files produce an error; processing continues with the next file (if
36 any). The use of `−' as the s.filename argument indicates that the
37 names of files are to be read from the standard input, one s.file per
38 line.
39
41 See environ(5) for descriptions of the following environment variables
42 that affect the execution of sact: LANG, LC_ALL, LC_CTYPE, LC_MESSAGES,
43 and NLSPATH.
44
46 See attributes(5) for descriptions of the following attributes:
47
48
49
50
51 ┌─────────────────────────────┬─────────────────────────────┐
52 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
53 ├─────────────────────────────┼─────────────────────────────┤
54 │Availability │SUNWsprot │
55 ├─────────────────────────────┼─────────────────────────────┤
56 │Interface Stability │Standard │
57 └─────────────────────────────┴─────────────────────────────┘
58
60 sccs(1), sccs-delta(1), sccs-get(1), sccs-help(1), sccs-prs(1), sccs-
61 prt(1), what(1), sccsfile(4), attributes(5), environ(5), standards(5)
62
64 Use the SCCS help command for explanations (see sccs-help(1)).
65
66
67
68SunOS 5.11 2 Jul 2007 sccs-sact(1)