1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages/linux/diff3.md

293 B

diff3

Compare three files line by line. More information: https://www.gnu.org/software/diffutils/manual/html_node/Invoking-diff3.html.

  • Compare files:

diff3 {{file1}} {{file2}} {{file3}}

  • Show all changes, outlining conflicts:

diff3 --show-all {{file1}} {{file2}} {{file3}}