commands.sh

diff3

linux

Compare three files line by line.

More info →

Options (1)

-A, --show-allboolean

Show all changes, outlining conflicts

Example: diff3 {{[-A|--show-all]}} {{path/to/file1}} {{path/to/file2}} {{path/to/file3}}

Examples (2)

Compare files

diff3 path/to/file1 path/to/file2 path/to/file3

Show all changes, outlining conflicts

diff3 [-A|--show-all] path/to/file1 path/to/file2 path/to/file3
made by @shridhargupta | data from tldr-pages