109
more
Syntax
more
file-url
View
User view
Default Level
3: Manage level
Parameters
file
-
url
: File name.
Description
Use the
more
command to display the contents of the specified file.
So far, this command is valid only for text files.
Examples
Example 1:
Display the contents of file
test.txt
.
<Sysname> more test.txt
Welcome to H3C.
Example 2:
Display the contents of file
testcfg.cfg
.
<Sysname> more testcfg.cfg
#
version 5.20, Beta 1201, Standard
#
sysname Sysname
#
configure-user count 5
#
vlan 2
#
return
<Sysname>