vimdiff

Open up two or more files in vim and show the differences between them. See also: vim, vimtutor, nvim. More information: <https://www.vim.org>.

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