Send documentation comments to mdsfeedback-doc@cisco.com
22-111
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 22 Show Commands
show file
show file
To display the contents of a specified file in the file system, use the show file command.
show file filename [cksum | md5sum]
Syntax Description
Defaults None.
Command Modes EXEC mode.
Command History
Usage Guidelines None.
Examples The following example displays the contents of the test file that resides in the slot0 directory.
switch# show file slot0:test
config t
Int fc1/1
no shut
end
show int
The following example displays the contents of a file residing in the current directory.
switch# show file myfile
The following example displays the CRC checksum for a file.
switch# show file bootflash:vboot-1 cksum
838096258
The following example displays the MD5 checksum for a file.
switch# show file bootflash:vboot-1 md5sum
3d8e05790155150734eb8639ce98a331
filename Specifies a filename.
cksum Displays CRC checksum for a file.
md5sum Displays MD5 checksum for a file.
Release Modification
1.0(2) This command was introduced.