File: hxprintlinks.1

package info (click to toggle)
html-xml-utils 6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,620 kB
  • sloc: ansic: 10,027; sh: 2,135; lex: 189; yacc: 125; perl: 123; makefile: 122
file content (32 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.de d \" begin display
.sp
.in +4
.nf
..
.de e \" end display
.in -4
.fi
.sp
..
.TH "HXPRINTLINKS" "1" "10 Jul 2011" "6.x" "HTML-XML-utils"
.SH NAME
hxprintlinks \- number links and add a table of URLs at the end of an HTML file
.SH SYNOPSIS
.B hxprintlinks
.RB "[\| " \-b
.IR base " \|]"
.I file
.SH DESCRIPTION
.B hxprintlinks
adds a numbered table of all URLs (links) found in the file to the end of
the HTML file.
.SH OPTIONS
The following options are supported:
.TP
.BI \-b " base"
Prefix all URLs with the given \fIbase\fR.
.SH OPERANDS
The following operand is supported:
.TP
.I file
The file to work on.