C613-50170-01 Rev B
Command Reference for x510 Series
2066
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
V
IRTUAL
C
HASSIS
S
TACKING
(VCS
TACK
™) C
OMMANDS
DELETE
STACK
-
WIDE
FORCE
delete stack-wide force
Overview
Use this command to delete files from all members of a stack.
Syntax
delete stack-wide force [recursive] <
name>
Mode
Privileged Exec.
Usage
This a non-interactive command, so if the specified file or files exist, they are
deleted without question or warning. This is indicated by the mandatory
force
parameter.
You can use this command within an AMF working set.
Examples
To delete a file “test.scp” that is located in Flash memory on all stack members, use
the following command:
awplus#
delete stack-wide force test.scp
To remove directories “output1” and “output2” from an external card on all stack
members, use the following command:
awplus#
delete stack-wide force recursive card:output*
Command
changes
Version 5.4.7-0.1: command added.
Parameter
Description
recursive
Delete directories that match the name, including their contents.
<name>
The name of the files or directories to delete.
The filename can include the wildcard *. Use the wildcard with
caution, because this command does not ask for confirmation
before deleting files.