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
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).