Specifications

Table Of Contents
Chapter 12: file Commands
12 - 2 SSR Command Line Interface Reference Manual
file delete
Purpose
Delete a file.
Format
file delete
<file-name>
Mode
Enable
Description
The
file
delete
command deletes the specified file. The filename can include a
device name. By default, if a device name is not specified, it is assumed to be the
bootflash: device which is where all configuration files are stored.
Parameters
<file-name>
Name of the file to delete. The filename can include a de-
vice name using this format:
<device>
:
<file-name>
.
By default, if a device name is not specified, it is assumed
to be the bootflash: device. The bootflash device is the de-
fault device for storing configuration files.
Restrictions
None.
Examples
ssr# file delete config.old
Delete the file “config.old”.