mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
194 B
194 B
diff3
Compare three files line by line.
- Compare files:
diff3 {{file1}} {{file2}} {{file3}}
- Show all changes, outlining conflicts:
diff3 --show-all {{file1}} {{file2}} {{file3}}