User guide

Chapter 5. Command Line Interface Reference 147
DELETE
Removes a file from the file system.
filename Name of the file to be deleted. The filename is in the format xxxxxxxx.xxx.
DIR
Displays the directory of the file system. The size of each file is listed in bytes.
EXECUTE
This command loads batch files of configuration commands into the router. This allows for customization and
simpler installation of the router. A script file can contain commands, comments (lines introduced by the # or ;
characters), and blank lines.
There are two kinds of script files:
¥ A one-time script that is executed on startup (only once).
¥ A group of commands that can be executed at any time from the Command Line Interface with the execute
<filename> command.
One-time scripts are useful to execute the complete configuration process from a default (unconfigured) state.
FORMAT DISK
Erases and reformats the router file system. This command should only be used when the file system is unusable.
If the router does not execute the POST test and software boot successfully, and the result of the dir command
delete <filename>
Example:
delete kernel.f2k
Response:
kernel.f2k deleted.
dir
Example:
dir
execute <filename>
Þlename Name of the Þle to be executed.
Example:
execute script1