colordiff

A wrapper around diff that produces the same output but with pretty syntax highlighting. Color schemes can be customized. More information: <https://github.com/kimmel/colordiff>.

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