This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-06-05 18:45:59 +02:00
Code
Activity
50cff8c9e6
Branches
Tags
No results found.
tldr
/
pages.it
/
common
/
cmp.md
Marco Bonelli
a152238393
cmp: add Italian translation.
2019-06-10 00:35:02 +01:00
224 B
Raw
Blame
History
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}}