User Guide
Chapter 5. Command Line Interface Reference 213
RENAME
Renames a file in the file system.
SYNC
Commits the changes made to the file system to FLASH memory.
rename
<
oldName
> <
newName
>
oldName
Existing name of the file. 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
Example:
sync
Response:
Syncing file systems...done.
Warning
: Syncing is not complete until you see the message “
done
”.










