diff2html is a free and open source utility that uses the output of diff(1) to graphically compare two files in html. A python version of the same thing exists here. This version of diff2html was created as an exercise in writing bash string handling and array processing routines. The python version is actually faster, but [...]