tldr/pages/common/diffstat.md

12 lines
250 B
Markdown
Raw Normal View History

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