93
Default level
3: Manage level
Parameters
/force
: Deletes all files in the recycle bin, including files that cannot be deleted by the command without
the
/force
keyword.
Description
Use the
reset recycle-bin
command to permanently delete the files in the recycle bin in the current
directory.
If a file is corrupted, you may not be able to delete the file using the
reset recycle-bin
command. Use the
reset recycle-bin /force
command to delete the corrupted file in the recycle bin forcibly.
The
delete
file
-
url
command only moves a file to the recycle bin. To permanently delete the file in the
recycle bin, use the
reset recycle-bin
command in the original directory of the file.
The
reset recycle-bin
command deletes files in the current directory and in the recycle bin. If the original
path of the file to be deleted is not the current directory, use the
cd
command to enter the original
directory of the file, and then execute the
reset recycle-bin
command.
Examples
# Delete file
b.cfg
in the current directory and in the recycle bin.
•
Display all the files in the recycle bin and in the current directory.
<Sysname> dir /all
Directory of flash:/
0 -rwh 3080 Apr 26 2011 16:41:43 private-data.txt
1 -rw- 2416 Apr 26 2011 13:45:36 config.cfg
2 -rw- 8036197 May 14 2011 10:13:18 main.app
3 -rw- 2386 Apr 26 2011 13:30:30 back.cfg
4 drw- - May 08 2011 09:49:25 test
5 -rwh 716 Apr 24 2011 16:17:30 hostkey
6 -rwh 572 Apr 24 2011 16:17:44 serverkey
7 -rw- 2386 May 08 2011 11:14:20 [a.cfg]
8 -rw- 3608 Dec 03 2011 17:29:30 [b.cfg]
64389 KB total (16730 KB free)
//The output shows that the current directory is
flash:
, and there are two files
a.cfg
and
b.cfg
in the
recycle bin.
•
Delete file
b.cfg
in the current directory and in the recycle bin.
<Sysname> reset recycle-bin
Clear flash:/~/a.cfg ?[Y/N]:n
Clear flash:/~/b.cfg ?[Y/N]:y
Clearing files from flash may take a long time. Please wait...
......
%Cleared file flash:/~/b.cfg...
•
In directory
flash:
, check whether the file
b.cfg
in the recycle bin is deleted.
<Sysname> dir /all