Delete a file
TransPort LR User Guide
123
Delete a file
To delete a file, use the
command, specifying the filename to delete.
For example, to delete a file named
test.cfg
in the
test
directory, enter the following:
digi.router>
digi.router> dir
File
Size
Last Modified
---------------------------------------------------------
test
Directory
test.da0
763
Wed Apr 5 07:22:29
config.da0
763
Sun Mar 5 12:36:20
config.fac
186
Mon Feb 21 03:00:17
Remaining User Space: 102,453,248 bytes
digi.router>
digi.router> del test.da0
digi.router>
digi.router> dir test
File
Size
Last Modified
---------------------------------------------------------
test.cfg
763
Wed Apr 5 07:24:45
Remaining User Space: 102,453,248 bytes
digi.router>
digi.router> del test/test.cfg
digi.router> dir test
File
Size
Last Modified
---------------------------------------------------------
Remaining User Space: 102,449,152 bytes
digi.router>