Administration CLI Usage Guidelines
Echoes input text to the CLI screen.
Input parameter:
<text string up to 256 chars length>.
If the string contains spaces, the string must be
enclosed in quotation marks.
Creates an alias (a character string) for
a command.
Input parameter:
aliasname “command [element[keyword]] to be
replaced”
If contains spaces, must be enclosed in quotation
marks
Aliasname – up to 64 chars (alphanumeric).
e.g.: <TID.#alias marina “show cpesystem all”
Terminal setting management (number
of rows, characters in columns).
Input parameters:
stty [ rows <rows> ] |
[ columns <columns> ] Rows –screen height,
default is 80
Columns – screen width, default is 80
Hardwrap command toggles (on and
off) the hard wrapping of output.
Terminals usually wrap at the screen
width without truncating output, but
turning on hard wrapping ensures this.
Info – display the status of STTY,
Namely:
Terminal Type (ANSI, VT-100), Screen
width (columns),
Screen height (rows).
Hardwrap (On or Off status)
Write message to specific user session.
Input parameters:
userName textString
If the string contains spaces, the string must be
enclosed in quotation marks.
Write message to all opened sessions.
Input parameters:
textString
If the string contains spaces, the string must be
enclosed in quotation marks.