rcs
all
Revision Control System - manage RCS file attributes. See also: `ci`, `co`, `rcsdiff`, `rlog`.
More info →Examples (5)
Unlock a revision locked by another user (requires access)
rcs -u path/to/fileLock a specific revision of a file
rcs -lrevision path/to/fileSet the strict locking mode (require lock for check-in)
rcs -L path/to/fileAdd or replace a log message for a specific revision
rcs -mrevision:"new_message" path/to/fileDelete a specific revision from the RCS file
rcs -orevision path/to/filemade by @shridhargupta | data from tldr-pages