3com 8807 Reference Guide

Page of 1099
976
C
HAPTER
 57: F
ILE
 S
YSTEM
 M
ANAGEMENT
 C
OMMANDS
The directory to be created cannot have the same name as that of other directory 
or file in the specified directory.
Example
# Create the directory dd.
<SW8800> mkdir dd
 
Created dir flash:/dd 
more
Syntax
more file-url
View
User view
Parameter
file-url: File name.
Description
Use the more command to view the contents of a specific file.
At present, the file system can display files in text format. This command can be 
used to display the contents of the files with .txt suffix or .cfg (configuration) 
suffix.
Example
# Display the contents of file test.txt.
<SW8800> more test.txt
 
AppWizard has created this test application for you.
 
This file contains a summary of what you will find in each of the 
 
files that make up your test application.
 
Test.dsp
 
This file (the project file) contains information at the project 
 
level and is used to build a single project or subproject. Other use
 
rs can share the project (.dsp) file, but they should export the 
 
makefiles locally. 
move
Syntax
move fileurl-source fileurl-dest
View
User view
Parameter
fileurl-source: Source file name.
fileurl-dest: Destination file name.
Description
Use the move command to move files.