aboutsummaryrefslogtreecommitdiff
path: root/man/man1/urlc.1
blob: b4234a3dbc4e77d258f3b42028aa5bc9d0aac1d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.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 naïve
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>