NAME
httpcheck -- check if a particular web-pages exists
SYNOPSIS
USAGE: httpcheck [-heEs] [url1 url2...]
DESCRIPTION
httpcheck is a post-processor for blck to allow for checking of absolute linke of the type http://....
OPTIONS
-h this help
-e print only results if an error was found
-E Like -e but print a . for every checked url.
-s print result in short format without the URL
If no URL is given then httpcheck reads output from \"blck -a\" on stdin and processes it. Note: This program does only http type of protocol checks. It can e.g not check https or ftp.
EXAMPLES
check a single url: httpcheck http://www.oche.de/
check many URLs extracted with blck from web pages: blck -a *.html | httpcheck -E
ENVIRONMENT
You may set the environment variable HTTP_PROXY and NO_PROXY or http_proxy and no_proxy to use a proxy. If both are set then the uppercase version takes precedence. The format of the http_proxy variable looks like "http://www-proxy:8080/" and the no_proxy is a comma or space seperated list of servers or domains for which a direct connection should be made.
AUTHOR
httpcheck is part of the HTML::TagReader package and was written by Guido Socher [guido(at)linuxfocus.org]