Reference Guide
Configuration Fundamentals | 37
debug Debug functions
--More--
• ? after a partial keyword lists all of the keywords that begin with the specified letters.
FTOS(conf)#cl?
class-map
clock
FTOS(conf)#cl
• A keyword followed by [space]? lists all of the keywords that can follow the specified keyword.
FTOS(conf)#clock ?
summer-time Configure summer (daylight savings) time
timezone Configure time zone
FTOS(conf)#clock
Entering and Editing Commands
When entering commands:
• The CLI is not case sensitive.
• You can enter partial CLI keywords.
• You must enter the minimum number of letters to uniquely identify a command. For example,
cl
cannot be entered as a partial keyword because both the clock and class-map commands begin with
the letters “cl.”
clo, however, can be entered as a partial keyword because only one command
begins with those three letters.
• The TAB key auto-completes keywords in commands. You must enter the minimum number of letters
to uniquely identify a command.
• The UP and DOWN arrow keys display previously entered commands (see Command History in the
Configuration Fundamentals chapter).
• The BACKSPACE and DELETE keys erase the previous letter.
• Key combinations are available to move quickly across the command line, as described in Table 2-3,
"Short-Cut Keys and their Actions," in Configuration Fundamentals.
Table 2-3. Short-Cut Keys and their Actions
Key Combination Action
CNTL-A Moves the cursor to the beginning of the command line.
CNTL-B Moves the cursor back one character.
CNTL-D Deletes character at cursor.
CNTL-E Moves the cursor to the end of the line.
CNTL-F Moves the cursor forward one character.
CNTL-I Completes a keyword.
CNTL-K Deletes all characters from the cursor to the end of the command line.
CNTL-L Re-enters the previous command.










