Command Manual (For Soliton) – File System Management
H3C S3100 Series Ethernet Switches
Chapter 1 File System Management
Configuration Commands
1-11
1.1.10 more
Syntax
more file
-
url
View
User view
Parameter
file
-
url
: Path name or file name of a file in the Flash memory.
Description
Use the
more
command to display the contents of a specified file.
Currently, the file system only supports to display the contents of text files.
Example
# Display the content of the file named test.txt.
<Sysname> 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.
# Display the content of the file testcfg.cfg.
<Sysname> more testcfg.cfg
#
sysname Sysname
#
configure-user count 5
#
vlan 2
#
return
<Sysname>