Device Functions
© SYS TEC electronic GmbH 2007 L-1032e_9 43
4.5.5 rm
Format:
rm <fname>
Description: The
rm command is used to delete files, directories and
interfaces. The descriptor
<fname> specifies the name
of the item to be removed. When deleting files in the
EEPROM, the
sync command (refer to section 4.5.8)
must be called following the call of
rm in the /save
directory.
Example:
/ >rm /save/rc↵ deletes the configuration file rc in the /save
directory
/ >sync writes /save directory into EEPROM
4.5.6 write
Format:
write <fname>
Description: With the command
write, an ASCII file is created
and given the name
<fname>. If an existing file is to be
modified, this should be indicated with
cat, a file is
deleted with
rm and modified accordingly via the
intermediate file with
write. The command is closed
with two empty lines and the key combination Crtl+D.
The use of the command is described in section
3.5.