Show file, Syntax, Parameter – Allied Telesis AT-S63 User Manual

Page 177: Description, Examples

Advertising
background image

AT-S63 Management Software Command Line Interface User’s Guide

177

SHOW FILE

Syntax

show file=[flash:|cflash:]

filename.ext

Parameter

file

Specifies the name of the file to be displayed. Use
double quotes to enclose the name if it contains
spaces. Otherwise, the quotes are optional.

If you do not specify a file name, the command
displays a list of all files in flash memory as well as on
the compact flash card.

Description

This command displays a list of the files in the switch’s file system. You
can use the wildcard “*” to replace any part of the filename to allow a more
selective display.

You can also specify the location of the file, either in flash memory (flash:)
or on a compact flash card (cflash:). The default is flash memory.

You can also use this command to display the contents of a configuration
file.

Examples

The following command displays all the files in the switch’s file system:

show file=*.*

The following command displays all the configuration files on the switch:

show file=*.cfg

The following command displays the contents of the configuration file
boot.cfg on a compact flash card:

show file=cflash:boot.cfg

The following command displays all files in the flash memory as well as on
a compact flash card:

show file

Advertising