rcs log [options] file … (or “rlog” instead of “rcs log”)
The rlog command displays information about RCS files.
-LIgnore RCS files with no locks set.
-RPrint only the name of the RCS file.
-hPrint only the “header” information.
-tLike -h, but also include the description.
-NOmit symbolic names.
-bSelect the default branch.
-ddatesSee Date option. Select revisions based on timestamp, in the range dates, with spec:
single revision d or earlier
d1<d2d2>d1between d1 and d2, exclusive
<dd>before d
>dd<after d
Instead of ‘<’ or ‘>’, you can use ‘<=’ or ‘>=’, respectively, to specify inclusive ranges. dates may also be a list of semicolon-separated specs.
-l[who]Select revisions locked by who (comma-separated list of usernames) only, or by anyone if who is omitted.
-r[revs]Select revisions in revs, a comma-separated list of
range specs, one of: rev, rev:,
:rev, rev1:rev2.
-sstatesSee Misc common options. states can also be a comma-separated list of states. Select revisions with specified state(s).
-w[who]Select revisions checked in by who (comma-separated list of usernames), or by the user if who is omitted.
-V-Vn-xsuffSee Misc common options.
-zzoneSee Date option.
These options have no effect, and are included solely for consistency with other comamnds (see Environment): ‘-q’, ‘-T’.