1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/interdiff.md

12 lines
306 B
Markdown

# interdiff
> Show differences between two diff files.
> More information: <https://freshmeat.sourceforge.net/projects/patchutils>.
- Compare diff files:
`interdiff {{old_file}} {{new_file}}`
- Compare diff files, ignoring whitespace:
`interdiff {{[-w|--ignore-all-space]}} {{old_file}} {{new_file}}`