
tr_fixltgt -- fix < and > in text parts of html files to become < and >

tr_fixltgt [-hpv] html-files

tr_fixltgt opens all files listed on the command line and edits these files. It will fix < and > in text parts (not in Tags) and change them to < and >. This works of course only where the < and > are recognized as misplaced.
File access permissions are preserved.

-h short help
-p print to stdout and do not modify any files.
-v show only what would be changed but do not change anything

tr_fixltgt -v index.html or to really change the file: tr_fixltgt index.html

tr_fixltgt is part of the HTML::TagReader package and was written by Guido Socher [guido(at)linuxfocus.org]