1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages.it/common/diffstat.md
2021-04-19 23:05:51 +01:00

311 B

diffstat

Crea un istogramma dall'output del comando diff. Maggiori informazioni: https://manned.org/diffstat.

  • Mostra i cambiamenti in un istogramma:

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

  • Mostra inserimenti, cancellazioni e modifiche come una tabella:

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