Patch file handling
From Tuxwiki
The Debian patchutils package contains some useful tools to handle .diff files (patch files), among others those are especially useful:
- lsdiff Lists the files which will be modified by the patch
- filterdiff Extracts or Excludes diffs from a diff file. This can also be used to clean up a .diff file which was created with CVS diff.
- interdiff Shows differences between two unified diff files

