mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 05:55:44 +02:00
diff3: add page (#2437)
This commit is contained in:
parent
f49d0f7965
commit
51fa65a9a1
1 changed files with 11 additions and 0 deletions
11
pages/linux/diff3.md
Normal file
11
pages/linux/diff3.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# diff3
|
||||||
|
|
||||||
|
> Compare three files line by line.
|
||||||
|
|
||||||
|
- Compare files:
|
||||||
|
|
||||||
|
`diff3 {{file1}} {{file2}} {{file3}}`
|
||||||
|
|
||||||
|
- Show all changes, outlining conflicts:
|
||||||
|
|
||||||
|
`diff3 --show-all {{file1}} {{file2}} {{file3}}`
|
Loading…
Add table
Reference in a new issue