C613-50181-01 Rev B Command Reference for GS900MX Series 1237
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
VIRTUAL CHASSIS STACKING (VCSTACK™) COMMANDS
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.