18 lines
258 B
Plaintext
18 lines
258 B
Plaintext
|
|
'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
|
|
|
|
|