2025-03-14 21:59:59 -06:00
|
|
|
# diffstat
|
|
|
|
|
|
|
|
|
|
> Create a histogram from the output of the `diff` command.
|
|
|
|
|
> More information: <https://manned.org/diffstat>.
|
|
|
|
|
|
|
|
|
|
- Display changes in a histogram:
|
|
|
|
|
|
|
|
|
|
`diff {{path/to/file1}} {{path/to/file2}} | diffstat`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Display inserted, deleted, and modified changes as a table:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`diff {{path/to/file1}} {{path/to/file2}} | diffstat -t`
|