Forrest logo
back to context overview

diffstat

List of commands for diffstat:

  • diffstat:tldr:9bddb diffstat: Display inserted, deleted and modified changes as a table.
    $ diff ${file1} ${file2} | diffstat -t
    try on your machine
    explain this command
  • diffstat:tldr:c495d diffstat: Display changes in a histogram.
    $ diff ${file1} ${file2} | diffstat
    try on your machine
    explain this command
back to context overview