Chapter 2
Using RUGGEDCOM ROX II
RUGGEDCOM ROX II
CLI User Guide
28 Using Double Quotes
Command Description
Esc-U Changes the entire word at the cursor's location to uppercase
Special Actions
Command Description
Ctrl-C Aborts a command or clears the command line
Ctrl-V or Esc-Q Treats the next character(s) as character data, not a command
Ctrl-L Redraws the screen
Ctrl-T Transposes characters
Esc-M Enters multi-line mode
Ctrl-D Exits multi-line mode
Ctrl-Z Exits configuration mode
Inserting Hard Returns
Command Description
Esc-M Inserts a hard return
Section2.5.5
Using Double Quotes
When the value for a parameter contains spaces, unless otherwise stated, wrap the value in double-quotes ("").
For example:
admin scheduler scheduled-jobs save-myconfig job-command "show running-config | save myconfig"
Section2.5.6
Using Output Redirects
Information returned from a CLI term can be processed in various ways using an output redirect term. To specify
an output redirect, type | after the CLI term and then type the redirect term. To display the available redirects,
type | ? after a CLI term. For example:
ruggedcom# show admin | ?
Possible completions:
append Append output text to a file
begin Begin with the line that matches
count Count the number of lines in the output display
exclude Exclude lines that match
include Include lines that match
linnum Enumerate lines in the output
more Paginate output
nomore Suppress pagination
notab Suppress table output