interdiff

Show differences between two diff files. More information: <http://freshmeat.sourceforge.net/projects/patchutils>.

Install

All systems
curl cmd.cat/interdiff.sh
Debian Debian
apt-get install patchutils
Ubuntu
apt-get install patchutils
Alpine
apk add patchutils
Arch Arch Linux
pacman -S patchutils
image/svg+xml Kali Linux
apt-get install patchutils
CentOS
yum install patchutils
Fedora
dnf install patchutils
Windows (WSL2)
sudo apt-get update sudo apt-get install patchutils
OS X
brew install patchutils
Raspbian
apt-get install patchutils
Docker
docker run cmd.cat/interdiff interdiff powered by Commando

Show differences between two diff files. More information: <http://freshmeat.sourceforge.net/projects/patchutils>.

  • Compare diff files:
    interdiff old_file new_file
  • Compare diff files, ignoring whitespace:
    interdiff -w old_file new_file

© tl;dr; authors and contributors