CLI Guide

When using the pipe command ( | ), enter one of these keywords to lter command
output. Refer to CLI Basics for details on ltering commands.
save Enter the keyword save to save the command output.
ash: Save to local ash drive (flash://filename (max 20 chars))
Command Modes
EXEC Privilege
Supported Modes All Modes
Command History
Version Description
9.9(0.0) Introduced on the FN IOM.
9.4(0.0) Supported on the FN I/O Aggregator.
8.3.17.0 Supported on the M I/O Aggregator.
Usage Information
Without the page or stack-unit option, the command output is continuous, use Ctrl-z to interrupt the
command output.
The save option works with other ltering commands. This allows you to save specic information of a show
command. The
save entry must always be the last option.
For example: Dell#show tech-support |grep regular-expression |except regular-
expression | find regular-expression | save flash://result
This display output is an accumulation of the same information that is displayed when you execute one of the
following showcommands:
show cam
show clock
show environment
show file
show interfaces
show inventory
show processes cpu
show processes memory
show running-conf
show version
Example (save)
Dell#show tech-support ?
page Page through output
stack-unit Unit Number
| Pipe through a command
<cr>
Dell#show tech-support stack-unit 1 ?
page Page through output
| Pipe through a command
<cr>
Dell#show tech-support stack-unit 1 | ?
except S how only text that does not match a pattern
find Search for the first occurrence of a pattern
grep Show only text that matches a pattern
Control and Monitoring 123