Switch 7700 Command reference Guide, v2.0

Table Of Contents
410 CHAPTER 11: USING SYSTEM MANAGEMENT COMMANDS
View
User view
Parameter
file-url: File name.
Description
Using the more command, you can display content of specified file.
At present, file system can display files in the text format.
Example
Display contents of file test.txt.
<SW7700> 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
users 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
Using the move command, you can move files.
When the destination filename is the same as that of an existing file, the system
will ask whether to overwrite it.
Example
Display the current directory information.
<SW7700>dir
Directory of *
0 -rw- 2145718 Jul 12 2001 12:28:08 ne80.bin
1 drw- 0 Jul 12 2001 19:41:20 test
16125952 bytes total (13970432 bytes free)
<SW7700> dir flash:/test/
Directory of flash:/test/
0 drw- 0 Jul 12 2001 20:23:37 subdir
1 -rw- 50 Jul 12 2001 20:08:32 sample.txt
16125952 bytes total (13970432 bytes free)