aboutsummaryrefslogblamecommitdiff
path: root/man/man1/urlc.1
blob: 42ad2bdb0c4333e3bab377c358a1b408125c62fe (plain) (tree)






















                                                                              
.TH URLC 1 "June 2016" "Manual page for urlc"
.SH NAME
.B urlc
\- check a list of URLs for errors, redirects, and available secure
alternatives
.SH SYNOPSIS
.B urlc
urls
.br
.B urlc
urls1 urls2 urls3
.br
curl http://example.net/ | hurl |
.B urlc
.SH DESCRIPTION
.B urlc
iterates through the newline-delimited URLs passed to it on stdin and using
curl(1) requests checks for retrieval errors, redirects, and tries a naive
check to see if an HTTPS version is available of any unencrypted HTTP traffic.
.SH SEE ALSO
curl(1), hurl(1), murl(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>