Function Reference
— Command: who options pattern ...
— Command: whos options pattern ...

List currently defined symbols matching the given patterns. The following are valid options. They may be shortened to one character but may not be combined.

global
List the variables in the global scope rather than the current scope.
-regexp
The patterns are considered as regular expressions and will be used for matching the variables to display. The same pattern syntax as for the regexp function is used.
-file
The following argument is treated as a filename, and the variables that are found within this file are listed.

Valid patterns are the same as described for the clear command above. If no patterns are supplied, all symbols from the given category are listed. By default, only user defined functions and variables visible in the local scope are displayed.

The command whos is equivalent to who -long.

See also: regexp