This is the command hxcount that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
hxcount - count elements and attributes in HTML or XML files
SYNOPSIS
hxcount [ file-or-URL ]
DESCRIPTION
The hxcount command counts the number of elements and attributes of each type that appears
in the input and prints a report on stdout.
OPERANDS
The following operand is supported:
file-or-URL
The name or URL of an HTML or XML file. If absent, standard input is read
instead.
EXIT STATUS
The following exit values are returned:
0 Successful completion.
> 0 An error occurred in the parsing of the HTML or XML file. hxcount will try to
recover from the error and produce output anyway.
ENVIRONMENT
To use a proxy to retrieve remote files, set the environment variables http_proxy and
ftp_proxy. E.g., http_proxy="http://localhost:8080/"
Use hxcount online using onworks.net services