Specifications

Table Of Contents
2-92
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
delete
delete
Deletes a file from the local flash file system. Use the recursive switch to delete a complete directory
and its contents. When used with the recursive switch, the filename argument specifies a directory rather
than a file.
delete file-name [/recursive]
Syntax Description
Command Default This command has no default settings.
Command Modes Privileged EXEC
Command History This table includes the following release-specific history entries:
Usage Guidelines Authorization: admin
Examples The following examples illustrate how to use this command:
EXAMPLE 1:
The following example deletes the oldlog.txt file.
SCE>enable 10
Password:<cisco>
SCE#delete oldlog.txt
SCE#
EXAMPLE 2:
The following example deletes the oldlogs directory.
SCE>enable 10
Password:<cisco>
SCE#delete oldlogs /recursive
3 files and 1 directories will be deleted.
Are you sure? y
3 files and 1 directories have been deleted.
SCE#
file-name The name of the file or directory to be deleted.
Release Modification
2.5.7 This command was introduced.