Command Line Reference Guide

Command Modes EXEC Privilege
Command History
Version 9.0(1.3) Introduced on the S5000.
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 filtering commands. This allows you to save specific
information of a show command. The save entry must always be the last option. For example:
FTOS#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 show commands:
show cam
show clock
show environment
show file
show interfaces
show inventory
show ip protocols
show ip route summary
show processes cpu
show processes memory
show redundancy
show running-conf
show version
Example (save)
FTOS#show tech-support ?
page Page through output
stack-unit Unit Number
| Pipe through a command
<cr>
FTOS#show tech-support stack-unit 1 ?
| Pipe through a command
<cr>
FTOS#show tech-support stack-unit 1 | ?
except Show 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
no-more Don't paginate output
save Save output to a file
FTOS#
FTOS#show tech-support stack-unit 1 | save ?
flash: Save to local file system (flash://
filename (max 20 chars) )
usbflash: Save to local file system (usbflash://
129