Command Manual – System Management
Quidway S8500 Series Routing Switches
Chapter 1 File System Management Commands
Huawei Technologies Proprietary
1-7
Description
Use the
mkdir
command to create directory in the specified directory on the storage
device.
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.
<Quidway> mkdir dd
Created dir flash:/dd
1.1.10 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.
<Quidway> 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.