aboutsummaryrefslogtreecommitdiff
path: root/man/man1/htdec.1df
blob: 598622697f67ffa349d952fec88fef60caff28ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.TH HTDEC 1df "June 2016" "Manual page for htdec"
.SH NAME
.B htdec
\- quick-and-dirty HTML to text decoding for text nodes
.SH SYNOPSIS
.B htdec
/usr/share/lovecraft/the-silver-key.html > the-silver-key.txt
.br
curl http://example.com/netstat.html |
.B htdec
.SH DESCRIPTION
.B htdec
unescapes left angle quotes, right angle quotes, and ampersands to put HTML
text node content into plain text.
.SH SEE ALSO
htdec(1df)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>