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

11 lines
255 B
Markdown

# 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`