2 – Switch Command Line Interface
Groups and Commands
D000025-002 Rev. A
2-13
A
case
Display or change the case sensitivity for the command interpreter for the CLI session.
Syntax:
Options:
Sample Output:
NOTES:
This displays or changes the case sensitivity for the command interpreter
for the CLI session. If an option is not specified the current case sensitivity is
displayed, otherwise the case sensitivity is turned on or off depending on the
specified option. When case sensitivity is on, the CLI input must match the exact
character case (lower and upper case) as specified in the help text. When case
sensitivity is turned off, the input may be any combination of upper and lower case.
showLastRetCode
Display the return code from the last executed command.
Syntax:
Options:
Sample Output:
NOTES:
This allows for automated systems to determine if a command was
successful or not.
case [off | on]
off | on
Turn case sensitivity off or on.
-> case off
Case sensitivity is now off
showLastRetCode [-brief]
-brief
Displays just the numeric value of the return code.
-> showLastRetCode
Last Exit Code: 0: Success