mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
250 B
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