GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PRT(1B) BSD System Compatibility PRT(1B)

prt - (BSD) display delta table information from an SCCS file

prt [-abdefistu] [-cdate-time] [-rdate-time] [-ysid] s.filename...

prt prints selected portions of an SCCS file. By default, it prints the delta table (version log).

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

If any option other than -y, -c, or -r is supplied, the name of each file being processed (preceded by one NEWLINE and followed by two NEWLINE characters) appears above its contents.

If none of the -u, -f, -t, or -b options are used, -d is assumed. -s, -i are mutually exclusive, as are -c and -r.

Display log entries for all deltas, including those marked as removed.
Print the body of the s.file.
Print delta table entries. This is the default.
Everything. This option implies -d, -i, -u, -f, and -t.
Print the flags of each named s.file.

The following format is used to print those portions of the s.file that are specified by the various options.

NEWLINE
Type of delta (D or R)
SPACE
SCCS delta ID (SID)
TAB
Date and time of creation in the form: yy/mm/dd hh/mm/ss
SPACE
Username the delta's creator
TAB
Serial number of the delta
SPACE
Predecessor delta's serial number
TAB
Line-by-line change statistics in the form: inserted/deleted/unchanged
NEWLINE
List of included deltas, followed by a NEWLINE (only if there were any such deltas and the -i options was used)
List of excluded deltas, followed by a NEWLINE (only if there were any such deltas and the -i options was used)
List of ignored deltas, followed by a NEWLINE (only if there were any such deltas and the -i options was used)
List of modification requests (MRs), followed by a NEWLINE (only if any MR numbers were supplied).
Lines of the delta commentary (if any), followed by a NEWLINE.
Print the serial numbers of included, excluded, and ignored deltas.
Print only the first line of the delta table entries; that is, only up to the statistics.
Print the descriptive text contained in the s.file.
Print the user-names and/or numerical group IDR of users allowed to make deltas.
Exclude delta table entries that are specified cutoff date and time. Each entry is printed as a single line, preceded by the name of the SCCS file. This format (also produced by -r , and -y) makes it easy to sort multiple delta tables in chronological order. When both -y and -c, or -y and -r are supplied, prt stops printing when the first of the two conditions is met.
Exclude delta table entries that are newer than the specified cutoff date and time.
Exclude delta table entries made prior to the SID specified. If no delta in the table has the specified SID, the entire table is printed. If no SID is specified, the most recent delta is printed.

The following command:

$ prt -y program.c

produces a one-line display of the delta table entry for the most recent version:

s.program.c: D 1.6 88/07/06 21:39:39 username 5 4 00159/00080/00636...

admin(1), delta(1), get(1), prs(1), what(1), sccs(1), sccsfile(5)

Use the SCCS help command for explanations (see help(1)).

3/23/07 Heirloom Development Tools

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.