
2.5
Typical Command Layout in this Book
InForm OS Version 2.2.4 Command Line Interface Reference
The following actions are practical examples of the glob-style pattern in use:
2.4 Typical Command Layout in this Book
Typical CLI reference pages will be formatted similarly as the examples that follow.
COMMAND
This section includes the name of the CLI command.
DESCRIPTION
This section describes the use or purpose of the command.
AUTHORITY
This section defines the user access required within the InServ Storage Server to use the
command.
SUBCOMMANDS
This section indicates any necessary subcommands required to complete the use of the
command.
Example Explanation of Action
* Shows all names.
[a]* Matches all names beginning with the letter a.
[a–z]x* Matches any character a-z in the first character position and "x"
in the second position, followed by any character "*".
NOTE: Brackets ([ ]) are significant in Tcl and must be escaped using a backslash (\)
or enclosed in braces ({ }). Other characters such as star (*) are significant in most
shells and must be escaped or quoted if running CLI commands from the shell.
Kommentare zu diesen Handbüchern