htmlindex_doc

The perl script htmlindex.pl is a convenience utility which writes an HTML file that contains a list of all the html files in the current directory. If run without options at the command line, it first searches the directory for html files opens each one, and attempts to read the links that are included in each file. The the file that is written out, "index.html", contains links only to files that are not otherwise referenced.

To create an index.html file with all the html files in the directory, run the command with the '-all' option.

If your html files end in 'htm' or other file extension, run the script with the extension as an argument on the command line. For example "htmlindex.pl htm".