1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:22:07 +02:00
tldr/pages/common/diffstat.md
2017-10-11 19:57:10 +01:00

250 B

diffstat

Create a histogram from the output of the diff command.

  • Display changes in a histogram:

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

  • Display inserted, deleted and modified changes as a table:

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