If you search the web you can find a number of references to programs/scripts that convert diff output to HTML. This is a bash version. The script expects "unified" diff output (diff -u) on its ...
I want to compare the files present in two filesystems or directory trees, and to list which files are present in one tree but not in the other. I don't think 'diff -r' can be used to directly compare ...