1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.it/common/diffstat.md

13 lines
311 B
Markdown
Raw Normal View History

2019-05-30 00:49:24 +02:00
# diffstat
> Crea un istogramma dall'output del comando `diff`.
2021-04-17 17:15:37 +02:00
> Maggiori informazioni: <https://manned.org/diffstat>.
2019-05-30 00:49:24 +02:00
- Mostra i cambiamenti in un istogramma:
`diff {{file1}} {{file2}} | diffstat`
- Mostra inserimenti, cancellazioni e modifiche come una tabella:
`diff {{file1}} {{file2}} | diffstat -t`