more
(1)display the contents of a file in a terminal
Options
12-d--silentPrompt with "[Press space to continue, 'q' to quit.]", and display "[Press 'h' for instructions.]" instead of ringing the bell when an illegal key is pressed.
-l--logicalDo not pause after any line containing a ^L (form feed).
-e--exit-on-eofExit on End-Of-File, enabled by default if POSIXLY_CORRECT environment variable is not set or if not executed on terminal.
-f--no-pauseCount logical lines, rather than screen lines (i.e., long lines are not folded).
-p--print-overDo not scroll. Instead, clear the whole screen and then display the text. Notice that this option is switched on automatically if the executable is named page.
-c--clean-printDo not scroll. Instead, paint each screen from the top, clearing the remainder of each line as it is displayed.
-s--squeezeSqueeze multiple blank lines into one.
-u--plainSuppress underlining. This option is silently ignored as backwards compatibility.
-n--linesnumberSpecify the number of lines per screenful. The number argument is a positive decimal integer. The --lines option shall override any values obtained from any other source, such as number of lines reported by terminal.
-numbernumberA numeric option means the same as --lines option argument.
-h--helpDisplay help text and exit.
-V--versionDisplay version and exit.
DESCRIPTION
COMMANDS
Interactive commands for more are based on vi(1). Some commands may be preceded by a decimal number, called k in the descriptions below. In the following descriptions, ^X means control-X.
h or ?
SPACE
z
RETURN
d or ^D
q or Q or INTERRUPT
s
f
b or ^B
'
=
/pattern
n
!command or :!command
v
^L
:n
:p
:f
.
ENVIRONMENT
The more command respects the following environment variables, if they exist:
MORE
SHELL
TERM
VISUAL
EDITOR
POSIXLY_CORRECT
HISTORY
AUTHORS
REPORTING BUGS
For bug reports, use the issue tracker https://github.com/util-linux/util-linux/issues.
AVAILABILITY
The more command is part of the util-linux package which can be downloaded from Linux Kernel Archive https://www.kernel.org/pub/linux/utils/util-linux/.