1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:22:07 +02:00
tldr/pages/common/interdiff.md
Pierre Rudloff db505aacf0
interdiff: add page (#4222)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-07-25 11:22:13 +02:00

12 lines
280 B
Markdown

# interdiff
> Show differences between two diff files.
> More information: <http://freshmeat.sourceforge.net/projects/patchutils>.
- Compare diff files:
`interdiff {{old_file}} {{new_file}}`
- Compare diff files, ignoring whitespace:
`interdiff -w {{old_file}} {{new_file}}`