
more(1) | more(1) |
:e [file]
E[file] Examine a new ®le. If the ®le argument is not speci®ed, the "current" ®le (see the :n and :p commands) from the list of ®les in the command line is
i:n | Examine the next ®le. If i is speci®ed, examines the |
| mand line. |
i:p | Examine the previous ®le. If a number i is speci®ed, examines the |
| speci®ed in the command line. |
:t tagstring | Go to the supplied tagstring and scroll or rewrite the screen with that line in the |
| current position. |
m letter | Mark the current position with the speci®ed letter, where letter represents the name |
| of one of the |
'letter Return to the position that was previously marked with the speci®ed letter, making that line the current position.
r
RRefresh the screen, discarding any buffered input.
. | Dot. Repeat the previous command. |
^\ | Halt a partial display of text. more stops sending output, and displays the usual |
| prompt. Unfortunately, some output is lost as a result. |
The commands take effect immediately; i.e., it is not necessary to press <Return>. Up to the time when the command character itself is given, the
If the standard output is not a teletype, more is equivalent to cat(1).
more supports the SIGWINCH signal, and redraws the screen in response to window size changes.
EXTERNAL INFLUENCES
Environment Variables
COLUMNS Overrides the
EDITOR Used by the v command to select an editor.
LANG Provides a default value for the internationalization variables that are unset or null. If LANG is unset or null, the default value of "C" (see lang(5)) is used. If any of the internationalization variables contains an invalid setting, more will behave as if all internationalization variables are set to "C". See environ(5).
LC_ALL If set to a
LC_CTYPE Determines the interpretation of text as single and/or
LC_MESSAGES
| Determines the locale that should be used to affect the format and contents of diagnostic | ||
| messages written to standard error and informative messages written to standard output. | ||
NLSPATH | Determines the location of message catalogues for the processing of LC_MESSAGES. | ||
LINES | Overrides the | ||
| ful. The | ||
| of lines in a screenful. |
|
|
MORE | Determines a string containing options, preceded with hyphens and | ||
| separated as on the command line. Any | ||
| the MORE variable. The | MORE variable takes precedence over the | TERM and LINES |
| variables for determining the number of lines in a screenful. |
| |
− 5 − | Section 1−547 |
m