![NEC SOPHO IP 5000 Command Reference Manual Download Page 45](http://html.mh-extra.com/html/nec/sopho-ip-5000/sopho-ip-5000_command-reference-manual_250069045.webp)
SOPHO
IP 5000/SOPHO IP6000
Command Reference Guide
45
If the name of the destination file is the same with an existing directory name,
the target file will be copied to the directory. If the name of the destination file is
the same with an existing file name, the user will be prompted whether the
existing file should be overwritten.
Example
<NEC-PHILIPS>
pwd
Slave#flash:
<NEC-PHILIPS> dir
Directory of flash:/
-rwxrwxrwx 1 noone nogroup 4316742 Oct 10 2002 10:10:10 system
drwxrwxrwx 1 noone nogroup - Jan 01 2001 10:47:14 buckup
-rwxrwxrwx 1 noone nogroup 16 Jan 02 2001 08:53:52 private-data.t -
rwxrwxrwx 1 noone nogroup 625 Jan 02 2001 08:54:01 vrpcfg.txt
-rwxrwxrwx 1 noone nogroup 375 Jan 02 2001 08:53:13 config
-rwxrwxrwx 1 noone nogroup 524288 Jan 02 2001 11:47:39 bootromfull
7672832 bytes total (2295808 bytes free)
Copy the file from Flash to buckup..
<NEC-PHILIPS>
copy vrpcfg.txt buckup
Copy flash:/vrpcfg.txt to flash:/backup/vrpcfg.txt ?[Y/N]:y
% Copied file flash:/vrpcfg.txt to flash:/backup/vrpcfg.txt
<NEC-PHILIPS>
dir
Directory of flash:/backup/
-rwxrwxrwx 1 noone nogroup 625 Jan 02 2001 13:28:32 vrpcfg.txt
7672832 bytes total (2295808 bytes free)
delete
Syntax
delete /unreserved filename
View
User view
Parameter
unreserved
: Deletes the specified file unreservedly, and the deleted file can
never be restored.
filename
: Name of the file to be deleted.
Description
Using the
delete
command, you can move the specified file, which can be
restored with the
undelete
command, to the recycle bin. If you want to delete it
from the recycle bin, you can use the
reset recycle-bin filename
command.
If you delete two files are in different directories but with the same filename,
only the last one will be stored in the recycle bin.
If the unreserved parameter is seleted using the
delete
command, the target file
cannot be restored.
The
dir
command does not display the information of deleted files. However, by
using the
dir /all
command, the information of all files under the directory,
including deleted files, will be displayed.
Example
Delete the file flash:/test/test.txt.
<NEC-PHILIPS>
delete flash:/test/test.txt
Delete flash:/test/test.txt?[Y/N]