[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Examples: Using CLI Command Completion

Issue a show command for a component that starts with the letter s:

user@host> show s   
                  ^
's' is ambiguous.
Possible completions:
  sae                  Display SAE information
  security             Display security information
  system               Display system information
user@host>

Display a list of all log files whose names start with the letter m:

user@host> file show /var/log/m?
Possible completions:
  <filename>                        Filename to show
  /var/log/maillog                        Size: 0, Last changed: Sep 27, 2006 10:33 AM
  /var/log/messages                        Size: 109569, Last changed: Oct 2, 2006 3:10 PM

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]