aboutsummaryrefslogblamecommitdiff
path: root/man/man1/hurl.1
blob: 23a73085791f18837db67decd895c8c6c940b4e2 (plain) (tree)























                                                                           
.TH HURL 1 "June 2016" "Manual page for hurl"
.SH NAME
.B hurl
\- parse contents of href attributes of <a> elements from HTML pages
.SH SYNOPSIS
.B hurl
page.html
.br
.B hurl
page1.html page2.html
.br
curl http://example.com/ |
.B hurl
.SH DESCRIPTION
.B hurl
parses its HTML input using pup[1] and prints the contents of all "href"
attributes of <a> elements from the parsed content to stdout in byte-sorted
order.
.SH SEE ALSO
[1] pup: https://github.com/ericchiang/pup
.br
murl(1), urlc(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>