Specifications

Command-Line Editing
Chapter 2
Using the Command-Line Interface
13
History Buffer
The history buffer stores the last 63 commands you entered during a terminal
session. You can use the Up Arrow and Down Arrow keys to select a command
that you want to repeat from the history buffer.
Tabs
The UNIVERGE WL Control System CLI uses the Tab key for command
completion. You can type the first few characters of a command and press the Tab
key to display the command(s) that begin with those characters. For example:
PROMPT# show i <Tab>
igmp Show igmp information
interface Show interfaces
ip Show ip information
Single-Asterisk (*) Wildcard Character
You can use the single-asterisk (*) wildcard character in globbing. (For details,
see “User Globs, MAC Address Globs, and VLAN Globs” on page 9.)
Double-Asterisk (**) Wildcard Characters
The double-asterisk (**) wildcard character matches all usernames. For details,
see “User Globs” on page 9.