sdiff

Compare the differences between and optionally merge 2 files. More information: <https://manned.org/sdiff>.

Debian Debian
RUN apt-get update && \ apt-get install -y diffutils
Ubuntu
RUN apt-get update && \ apt-get install -y diffutils
Alpine
RUN apk add diffutils
Arch Arch Linux
RUN pacman -S --noconfirm diffutils
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y diffutils
CentOS
RUN yum install -y diffutils
Fedora
RUN dnf install -y diffutils
Raspbian
RUN apt-get update && \ apt-get install -y diffutils
click the source code to copy install sdiff on any operating system with command-not-found.com