System Debug Reference Manual (32650-90888)

156 Chapter4
System Debug Command Specifications :-Exit
ENVL[IST]
Examples
%cmdebug > env autoignore true
Set the environment variable AUTOIGNORE to TRUE.
$nmdebug > env cmdlinesubs true
Set the variable CMDLINESUBS to TRUE. This enables command line substitutions, that
may have been disabled while macros were being read in from a file.
Limitations, Restrictions
none
ENVL[IST]
Displays the current values for environment variables.
Syntax
ENVL[IST] [
pattern
] [
group
] [
options
]
Parameters
pattern
The name of the environment variable(s) to be listed.
This parameter can be specified with wildcards or with a full regular
expression. Refer to Appendix A for additional information about pattern
matching and regular expressions.
The following wildcards are supported:
@ Matches any character(s).
? Matches any alphabetic character.
# Matches any numeric character.
The following are valid name pattern specifications:
@ Matches everything; all names.
pib@ Matches all names that start with "pib".
log2##4 Matches "log2004", "log2754", and so on.
The following regular expressions are equivalent to the patterns with
wildcards that are listed above:
`.*`
`pib.*`
`log2[0-9][0-9]4`