mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 14:22:07 +02:00
12 lines
280 B
Markdown
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}}`
|