rcsmerge
The GNU Revision Control System
Install
- All systems
-
curl cmd.cat/rcsmerge.sh
- Debian
-
apt-get install rcs
- Ubuntu
-
apt-get install rcs
- Arch Linux
-
pacman -S rcs
- Kali Linux
-
apt-get install rcs
- CentOS
-
yum install rcs
- Fedora
-
dnf install rcs
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rcs
- OS X
-
brew install rcs
- Raspbian
-
apt-get install rcs
- Dockerfile
- dockerfile.run/rcsmerge
rcs
The GNU Revision Control System
The Revision Control System (RCS) manages multiple revisions of files. RCS automates the storing, retrieval, logging, identification, and merging of revisions. RCS is useful for text that is revised frequently, for example programs, documentation, graphics, papers, and form letters. Note: this package contains certain general-purpose commands (such as merge or ident) which may used by other programs installed on your system.