1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.pt-BR/linux/diff3.md
2019-03-31 08:47:49 +05:30

216 B

diff3

Compara 3 arquivos linha por linha.

  • Compara os arquivos:

diff3 {{file1}} {{file2}} {{file3}}

  • Exibe todas as diferenças, destacando os conflitos:

diff3 --show-all {{file1}} {{file2}} {{file3}}