aboutsummaryrefslogtreecommitdiff
path: root/man/man1/htdec.1df
blob: 0242312a85dec4f305c0f74410c5cc21b500c7fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.TH HTDEC 1df "January 2017" "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
htenc(1df), brnl(1df), nlbr(1df)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>