2025-03-14 21:59:59 -06:00
|
|
|
# diff3
|
|
|
|
|
|
|
|
|
|
> Compare three files line by line.
|
|
|
|
|
> More information: <https://www.gnu.org/software/diffutils/manual/html_node/Invoking-diff3.html>.
|
|
|
|
|
|
|
|
|
|
- Compare files:
|
|
|
|
|
|
|
|
|
|
`diff3 {{path/to/file1}} {{path/to/file2}} {{path/to/file3}}`
|
|
|
|
|
|
|
|
|
|
- Show all changes, outlining conflicts:
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`diff3 {{[-A|--show-all]}} {{path/to/file1}} {{path/to/file2}} {{path/to/file3}}`
|