
more(1) |
|
|
|
|
|
|
|
| more(1) | |
NAME |
|
|
|
|
|
|
|
|
|
|
more, page - ®le perusal ®lter for crt viewing |
|
|
|
|
|
|
|
| ||
SYNOPSIS |
|
|
|
|
|
|
|
|
|
|
more | number ] | command ] | tagstring ] | tabs ] | option ] | |||||
[+linenumber ] [+/pattern ] [ name | ... ] |
|
|
|
|
|
|
|
| |
page | number ] | command ] | tagstring ] | tabs ] | option ] | |||||
[+linenumber ] [+/pattern ] [ name | ... ] |
|
|
|
|
|
|
|
|
REMARKS:
pg is preferred in some standards and has some added functionality, but does not support character highlighting (see pg(1)).
DESCRIPTION
more is a ®lter for examining continuous text, one screenful at a time, on a
more and page differ only slightly. more scrolls the screen upward as it prints the next page. page clears the screen and prints a new screenful of text when it prints a new page. Both provide one line of overlap between screenfuls.
name can be a ®lename or
more supports the Basic Regular Expression syntax (see regexp(5)). more recognizes the following command line options:
m
Same as | |
Draw each page by beginning at the top of the screen, and erase each line just before | |
| drawing on it. This avoids scrolling the screen, making it easier to read while more |
| is writing. This option is ignored if the terminal has no |
Prompt user with the message Press space to continue, q to quit, | |
| h for help at the end of each screenful. This is useful if more is being used as a |
| ®lter in some setting, such as a training class, where many users might be unsophisti- |
| cated. |
Exit immediately after writing the last line of the last ®le in the argument list | |
Count logical lines, rather than screen lines. That is, long lines are not folded. This | |
| option is recommended if nroff output is being piped through ul, since the latter can |
| generate escape sequences. These escape sequences contain characters that would |
| ordinarily occupy screen positions, but which do not print when sent to the terminal |
| as part of an escape sequence. Thus more might assume lines are longer than they |
| really are, and fold lines erroneously. |
Perform pattern matching in searches without regard to case. | |
Squeeze multiple blank lines from the output, producing only one blank line. Espe- | |
| cially helpful when viewing nroff output, this option maximizes the useful information |
| present on the screen. |
|
− 1 − | Section 1−543 |