Menu

diff2html release .03

This is the first release of a bash utility to compare 2 files and show the results in HTML. I did this as an exercise in string manipulation in bash. It makes extensive use of very advanced bash features including arrays, numeric and string expansion, redirection, command substitution, regex matching with grouping and many other techniques. This is a useful utility, and a decent reference work for bash scripting.

Posted by bithead 2009-03-20

Log in to post a comment.