1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 04:17:58 +01:00

cmp: add Italian translation.

This commit is contained in:
Marco Bonelli 2019-05-28 17:49:06 +02:00 committed by Owen Voke
parent b31e3a2afd
commit a152238393

11
pages.it/common/cmp.md Normal file
View 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}}`