1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-12 01:15:51 +02:00
tldr/pages.cn/linux/diff3.md

12 lines
194 B
Markdown
Raw Normal View History

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