Configuration Management Commands on Cisco IOS XR Software
more
SMR-139
Cisco ASR 14000 Series Router System Management Command Reference
OL-17231-01
more
To display the contents of a file, use the
more
command in EXEC or administration EXEC mode.
more
[
/ascii
|
/binary
|
/ebcdic
]
filesystem
:
directory-path
[
location
node-id
|
location
all
] [
|
begin
regular-expression
|
|
exclude
regular-expression
|
|
include
regular-expression
]
Syntax Description
Command Modes
EXEC
Administration EXEC
Command History
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes the proper
task IDs.
Use the
more
command to display any text file, especially an ASCII file stored on the router or
accessible through the network. The file can be a configuration file or any other text file.
Filtering Output
The output displayed by the
more
command can be filtered using the options shown in
.
/ascii
(Optional) Displays a binary file in ASCII format.
/binary
(Optional) Displays a file in hexadecimal or text format.
/ebcdic
(Optional) Displays a binary file in ebcdic format.
filesystem:directory-path
File system location of the file to be displayed. Include the file system
alias for the
filesystem
argument, followed by a colon, and the directory
path of the file to be displayed.
location
node-id
(Optional) Displays the contents of a file on a designated node.
location
all
(Optional) Displays the contents of a file from all nodes.
regular-expression
(Optional) Regular expression found in
more
command output.
| begin
(Optional) Begins unfiltered output of the
more
command with the first
line that contains the regular expression
.
| exclude
(Optional) Displays output lines that do not contain the regular
expression.
| include
(Optional) Displays output lines that contain the regular expression.
Release
Modification
Release 3.7.1
This command was introduced on the Cisco ASR 14000 Series Router.