sact Command

Purpose

Displays current SCCS file-editing status.

Syntax

sact File ...

Description

The sact command reads Source Code Control System (SCCS) files and writes to standard output the contents, if any, of the p-file associated with the specified value of the File variable. The p-file is created by the get -e command. If a - (minus sign) is specified for the File value, the sact command reads standard input and interprets each line as the name of an SCCS file. If the File value is a directory, the sact command performs its actions on all SCCS files.

Exit Status

This command returns the following exit values:

Item Description
0 Successful completion.
>0 An error occurred.

Examples

To display the contents of a p-file, enter:

sact File

Files

Item Description
/usr/bin/sact Contains the path to the SCCS sact command.