Technical data

Table Of Contents
207
RENAME
Renames a file in the file system to a new name.
oldName
Existing name of the file to be renamed. The filename is in the format xxxxxxxx.xxx.
newName
New name of the file. The filename is in the format xxxxxxxx.xxx.
Example:
rename ether.dat oldeth.dat
Response: ‘ether.dat’ renamed to ‘oldeth.dat’
SYNC
Commits the changes to the file system to FLASH memory.
Example:
sync
Response: Syncing file systems...done.
Warning
: Syncing is not complete until you see ‘
done
’.
rename
<
oldName
> <
newName
>
sync