| 
 
 NAMEhxprintlinks - add a numbered list of links at the end of an HTML file SYNOPSIShxprintlinks [ -b base ] file-or-URL DESCRIPTIONhxprintlinks adds a numbered list of all URLs (links) found in the file to the end of the HTML file. OPTIONSThe following options are supported: 
 OPERANDSThe following operand is supported: 
 SEE ALSOhxcopy(1) BUGSThe option -b is probably of limited use. It makes the links in the generated list absolute, but doesn't change the other links. For a more flexible solution, use hxcopy(1) on the output of hxprintlinks. E.g., instead of 
   hxprintlinks -b http://example.org/base/ myfile.html use 
   hxprintlinks myfile.html | hxcopy -i http://example.org/base -o . 
 
  |