aboutsummaryrefslogblamecommitdiff
path: root/man/man1/urlc.1df
blob: a5a6bccea82260149b5ce6a087d40c6236c4b9f8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
                                               















                                                                           
                                                                           

                                                                              
                             

                               
.TH URLC 1df "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 naïve
check to see if an HTTPS version is available of any unencrypted HTTP traffic.
.SH SEE ALSO
curl(1), hurl(1df), murl(1df)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>