Clone
1
Help
Patrick Neumann edited this page 2024-07-11 14:30:57 +00:00
$ ./web_site_monitor -h

Version: 1.0 (created: 2016-10-18)

BASIC USAGE...
    $ ./web_site_monitor <URL>
  OR
    $ bash web_site_monitor <URL>
    $ ksh web_site_monitor <URL>
    $ zsh web_site_monitor <URL>
    $ dash web_site_monitor <URL>
    $ busybox ash web_site_monitor <URL>

OPTIONS:
  -d : enable debugging
  -h : display usage and exit
  -n : disable logging   (enabled by default)
  -q : disable stdout   (enabled by default)
  -v : print version and exit
  -E <regexp> : text search with extended regexp
  -F <regexp> : text search with fixed string
  -G <regexp> : text search with basic regexp