mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 06:17:55 +01:00
cmp: add Italian translation.
This commit is contained in:
parent
b31e3a2afd
commit
a152238393
1 changed files with 11 additions and 0 deletions
11
pages.it/common/cmp.md
Normal file
11
pages.it/common/cmp.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# cmp
|
||||||
|
|
||||||
|
> Compara due file.
|
||||||
|
|
||||||
|
- Trova l'indice del primo byte e della prima riga differente tra due file:
|
||||||
|
|
||||||
|
`cmp {{file1}} {{file2}}`
|
||||||
|
|
||||||
|
- Trova ogni coppia di byte differenti ed il relativo indice:
|
||||||
|
|
||||||
|
`cmp -l {{file1}} {{file2}}`
|
Loading…
Reference in a new issue