Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 54
Cisco Meeting Server Release 2.0 : MMP Command Line Reference
9
1.5 Writing and Completing MMP Commands
The following functionality can be used in MMP commands:
n
Tab: press the Tab key to auto-complete a command. For example pressing Tab after typing
help ti
creates
help timezone
. However, if there is more than one possible command,
pressing tab a second time does not provide an alternative. For example pressing Tab after
help we
provides
help webadmin
and pressing again does not provide
help
webbridge
n
Left and right arrow keys move the cursor along the line of a typed command
n
Up and down arrow keys cycle through the command history
n
Quotation marks: to enter multiple word arguments use “” for example
pki csr demo CN:"callbridge.example.com" OU:"Cisco Support" O:Cisco
L:"New York" ST:NY C:US
Keyboard shortcuts can be used:
n
CTRL-p: displays the previous command
n
CTRL-n: displays the next command in the command history
n
CTRL-d: deleted the character under cursor, or exits when used in an empty line
n
CTRL-c: abort the current executing command
n
CTRL-a: jumps to the beginning of the line
n
CTRL-e: jumps to the end of the line
n
CTRL-l: clears the terminal
n
CTRL-k: deletes from the cursor position to the end of the line
n
CTRL-m: equivalent to the Return key
n
CTRL-w: deletes word left from cursor
n
CTRL-u: deletes current line
n
CTRL-f: moves forward a character
n
CTRL-b: moves backward a character
n
CTRL-t: swaps current character with the previous character
1   Introduction