2-10
Cisco SCE 8000 10GBE Software Configuration Guide
OL-30621-02
Chapter 2 Command-Line Interface
CLI Help Features
Example:
The following example illustrates the use of
?
to get help on commands syntax. In this example, you can
enter either the word
running-config
, or any name of a file, after the word
copy
.
SCE#copy?
running-config Copy running configuration file
startup-config Backup the startup-config to a specified destination
STRING Source file
SCE#copy
summarizes the CLI help features.
Table 2-6
Getting Help
Command
Purpose
?
List all commands available for a particular
command mode
<
abbreviated-command-entry
>
?
Example:
c?
calendar cd clear clock configure
copy copy-passive
Obtain a list of commands that begin with a
particular character string.
(Do not leave a space between the command and
question mark.)
<
abbreviated-command-entry
><
Tab
>
Example:
en <Tab>
enable
Complete a partial command name.
<
command
>
?
List the keywords associated with the specified
command.
<
command keyword
>
?
Example:
show ?
access-lists Show all access-lists
List the arguments associated with the specified
keyword.
Leave a space between the keyword and question
mark