mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 22:44:56 +02:00
diff3: add Brazilian Portuguese translation
This commit is contained in:
parent
02f4522eaa
commit
469e7ed95f
1 changed files with 11 additions and 0 deletions
11
pages.pt-BR/linux/diff3.md
Normal file
11
pages.pt-BR/linux/diff3.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue