prt
[options] filesSolaris only. Format and print the contents of one or more SCCS files. By default, prt prints the delta table (i.e., the version log). The sccsfile(4) manpage describes the contents of SCCS files in detail.
-a
Display entries for all deltas, including removed ones.
-b
Print the body of the SCCS file.
-c
dateExclude entries that are prior to date. Each entry is printed as a single line, preceded by the name of the file. This makes it possible to easily sort multiple version logs.
-d
Print delta table entries. This is the default action.
-e
Print everything. This option implies -d
, -i
, -f
, -t
, and -u
.
-f
Print the flags for each SCCS file.
-i
Print the SIDs of included, excluded, and ignored deltas.
-r
dateExclude deltas that are newer than date.
-s
Print only the first line (the statistics) of each delta table.
-t
Print the SCCS file's descriptive text.
-u
Print the usernames and/or numerical group IDs of users that are allowed to make changes.
-y
[sid]Exclude deltas that are older than sid. If no delta in the table matches sid, print the entire table. With no sid, print information for the current delta.