pdiff
pdiff [options] file-1 file-2 [-- -options]
make a pretty comparison between file-1 and file-2. -options are passed to a2ps.
Supported options are:
Look for words differences (default). White space differences are not considered.
It is possible to give options to a2ps (see Command line options) by specifying them after ‘--’. For instance
pdiff COPYING COPYING.LIB -- -1 -P display
Compares the files COPYING and COPYING.LIB, and prints it
on the printer display
(usually Ghostview
or gv
).