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.
-aDisplay entries for all deltas, including removed ones.
-bPrint the body of the SCCS file.
-cdateExclude 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.
-dPrint delta table entries. This is the default action.
-ePrint everything. This option implies -d, -i, -f, -t, and -u.
-fPrint the flags for each SCCS file.
-iPrint the SIDs of included, excluded, and ignored deltas.
-rdateExclude deltas that are newer than date.
-sPrint only the first line (the statistics) of each delta table.
-tPrint the SCCS file's descriptive text.
-uPrint 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.