#!/bin/sed -f # Thu May 18 12:43:45 CEST 2000 by tilmann@bitterberg.de # # Description: # Creates an index of links from a HTML file # Does something similar like lynx -force_html -dump but # leaves the document html (generate an index of links) # # Example: Input #
# foo1 Click here foo2 # # # Output: # # foo1 [1] Click here foo2 #