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.