1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 12:42:07 +02:00
tldr/pages/linux/diff3.md
2018-10-18 14:47:31 +01:00

11 lines
194 B
Markdown

# diff3
> Compare three files line by line.
- Compare files:
`diff3 {{file1}} {{file2}} {{file3}}`
- Show all changes, outlining conflicts:
`diff3 --show-all {{file1}} {{file2}} {{file3}}`