merge
The GNU Revision Control System
Install
- All systems
-
curl cmd.cat/merge.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/merge
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.
sptk
speech signal processing toolkit
The Speech Signal Processing Toolkit (SPTK) is a suite of speech signal processing tools for UNIX environments developed by the SPTK working group and some graduate students in Nagoya Institute of Technology.