Contained WithinFind More DocumentationFeatured Support Resources | Download this book in PDF (6561 KB)
sccs-delta(1)Name | Synopsis | Description | Options | Environment Variables | Exit Status | Files | Attributes | See Also | Diagnostics | Warnings Name
Synopsis
/usr/ccs/bin/delta [-dnps] [-g sid-list | -gsid-list]
[-m mr-list | -mmr-list] [-r sid | -rsid]
[-y [comment]] s.filename...
/usr/xpg4/bin/delta [-dnps] [-g sid-list | -gsid-list]
[-m mr-list | -mmr-list] [-r sid | -rsid]
[-y [comment]] s.filename...
DescriptionThe delta utility checks in a record of the line-by-line differences made to a checked-out version of a file under SCCS control. These changes are taken from the writable working copy that was retrieved using the SCCS get command (see sccs-get(1)). This working copy does not have the `s.' prefix, and is also referred to as a g-file. If a directory name is used in place of the s.filename argument, the delta 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 (requires -y, and in some cases, -m). delta may issue prompts on the standard output depending upon the options specified and the flags that are set in the s.file (see sccs-admin(1), and the -m and -y options below, for details). /usr/xpg4/bin/deltaThe SID of the delta is not echoed to stdout. Options
The following options are supported: Environment VariablesSee environ(5) for descriptions of the following environment variables that affect the execution of delta: LANG, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES, and NLSPATH. Exit Status
The following exit values are returned: Files
AttributesSee attributes(5) for descriptions of the following attributes: /usr/ccs/bin/delta/usr/xpg4/bin/deltaSee Alsobdiff(1), diff(1), sccs-admin(1), sccs-cdc(1), sccs-get(1), sccs-help(1), sccs-prs(1), sccs-prt(1), sccs-rmdel(1), sccs-sccsdiff(1), sccs-unget(1), sccs(1), what(1), sccsfile(4), attributes(5), environ(5), standards(5) DiagnosticsUse the SCCS help command for explanations (see sccs-help(1)). WarningsLines beginning with an ASCII SOH character (binary 001) cannot be placed in the SCCS file unless the SOH is escaped. This character has special meaning to SCCS (see sccsfile(4)) and produces an error. Name | Synopsis | Description | Options | Environment Variables | Exit Status | Files | Attributes | See Also | Diagnostics | Warnings |