mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
interdiff: add page (#4222)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:
parent
ba92cdcc4b
commit
db505aacf0
1 changed files with 12 additions and 0 deletions
12
pages/common/interdiff.md
Normal file
12
pages/common/interdiff.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue