blame
display the last modification for each line in an RCS file
Install
- All systems
-
curl cmd.cat/blame.sh
- Debian
-
apt-get install rcs-blame
- Ubuntu
-
apt-get install rcs-blame
- Kali Linux
-
apt-get install rcs-blame
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rcs-blame
- Raspbian
-
apt-get install rcs-blame
- Dockerfile
- dockerfile.run/blame
rcs-blame
display the last modification for each line in an RCS file
Blame is the equivalent for CVS's annotate command. An annotated RCS file describes the revision and date in which each line was added to the file, and the author of each line.