logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hxprintlinks - add a numbered list of links at the end of an HTML file

Bugs

       The 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 .

7.x                                                10 Jul 2011                                   HXPRINTLINKS(1)

Description

hxprintlinks adds a numbered list of all URLs (links) found in the file to the end of the HTML file.

Name

       hxprintlinks - add a numbered list of links at the end of an HTML file

Operands

       The following operand is supported:

       file-or-URL
              The  file  to  work  on. If the argument is absent, or if it is - (a single dash), the document is
              read from the standard input.

Options

       The following options are supported:

       -bbase
              Make the URLs in the list absolute, using base as the base URL.

See Also

hxcopy(1)

Synopsis

hxprintlinks [ -bbase ] file-or-URL

See Also