C613-50066-01 REV A
Command Reference for IE200 Series Industrial Managed PoE+ Switches
123
AlliedWare Plus™ Operating System - Version 5.4.5I-0.x
F
ILE
M
ANAGEMENT
C
OMMANDS
DELETE
delete
Overview
This command deletes files or directories.
Syntax
delete [force] [recursive] <
filename
>
Mode
Privileged Exec
Examples
To delete the file
temp.cfg
from the current directory, use the command:
awplus#
delete temp.cfg
To delete the read-only file
one.cfg
from the current directory, use the
command:
awplus#
delete force one.cfg
To delete the directory
old_configs
, which is not empty, use the command:
awplus#
delete recursive old_configs
To delete the directory
new_configs
, which is not empty, without prompting if
any read-only files are being deleted, use the command:
awplus#
delete force recursive new_configs
Related
Commands
erase startup-config
rmdir
Parameter
Description
force
Ignore nonexistent filenames and never prompt before deletion.
recursive
Remove the contents of directories recursively.
<
filename
>
The filename and path of the file to delete. See
Introduction
on page
103 for valid syntax.