
 'show' is used to display the value of a particular variable, or all
 variables.  Its usage is:

    show <variable-name>

 to display the value of a particular variable, or

    show

 to display the value of all variables.

 Example:

    show maxhits


