You can use these flags with any command-line interface command.
| Flag | Parameters | Description |
|---|---|---|
| -p | on | off | Turns paging on or off. Displays 24 rows at a time unless
used with the -r flag. The default is off in single-shot
mode and on in interactive mode. You can page by pressing any key. Note: This
flag can be used only with the ls type (for example, lsuser, lskey, lsserver)
commands and the help (setoutput) command.
|
| -r | number | Specifies the number of rows (1 - 100) per page. This
flag is valid only when the -p flag is set to on. The default
value is 24 rows. Note: This flag can be used only with the ls type (for example,
lsuser, lskey, lsserver) commands and the help (setoutput) command.
|
| -fmt | xml | Sets the output format to XML. Note: This option
can be used only with list (for example, lsuser, lskey, lsserver) commands
|
| stanza | Sets the output format to stanza. Note: This
option can be used only with list (for example, lsuser, lskey, lsserver) commands
|
|
| delim | Sets the output format to a table. You
must set the column delimiter to a single character with the -delim flag. Note: This option can be used only with list (for example, lsuser, lskey,
lsserver) commands
|
|
| default | Sets the output to a space-separated plain text table. Note: This option can be used only with list (for example, lsuser, lskey,
lsserver) commands
|
|
| -delim | char | Sets the output to delimited output and the delimiter
to the single character char. You must enclose char in single
or double quotation marks if the character is a shell metacharacter (such
as * or \t). If char is not specified, the CLI program returns a syntax
error. A blank space, even when it is enclosed within quotation marks, is
not a valid character as a delimiter. Note: This option can be used
only with list (for example, lsuser, lskey, lsserver) commands
|
| -hdr | on | off | Turns the header on or off. The default is on. |
| -bnr | on | off | Turns the banner on or off. The default is on. |
| -v | [ on | off ] | Turns verbose mode on or off. The default is off. If you specify the -v flag and do not specify on or off, then verbose mode defaults to on. |
| -fullid | [ on | off ] | Provides fully qualified IDs, which include the storage
image ID, for every ID that is displayed in the command output. The default
value is off. Note: This command flag can only be used with list
(for example, lsioport, lskey) and show (for example, showsu, showlss) commands.
|