1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 12:17:56 +01:00
tldr/pages.it/common/diffstat.md
2019-06-10 00:35:02 +01:00

255 B

diffstat

Crea un istogramma dall'output del comando diff.

  • Mostra i cambiamenti in un istogramma:

diff {{file1}} {{file2}} | diffstat

  • Mostra inserimenti, cancellazioni e modifiche come una tabella:

diff {{file1}} {{file2}} | diffstat -t