more - file perusal filter for crt viewing
| Use Case | Command | Description |
|---|---|---|
| View a file page by page | more [options] file | ๐ Display file one screenful at a time |
| Start at a specific line | more +10 file | ๐ข Begin display at line 10 |
| Search for a pattern | more +/pattern file | ๐ Search for pattern before displaying |
| Set lines per screen | more -n 20 file | ๐ Show 20 lines per screen |
| Suppress bell on illegal key | more -d file | ๐ Show helpful prompt instead of beep |
| Squeeze blank lines | more -s file | ๐งน Reduce multiple blank lines to one |
more [options] file ...
more is a filter for paging through text one screenful at a time. This version is especially primitive. Users should realize that less(1) provides more(1) emulation plus extensive enhancements.
Options are also taken from the environment variable MORE (make sure to precede them with a dash (-)) but command-line options will override those.
Prompt 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.
Do not pause after any line containing a ^L (form feed).
Count logical lines, rather than screen lines (i.e., long lines are not folded).
Do 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.
Do not scroll. Instead, paint each screen from the top, clearing the remainder of each line as it is displayed.
Squeeze multiple blank lines into one.
Suppress underlining. This option is silently ignored as backwards compatibility.
Specify 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.
A numeric option means the same as --lines option argument.
Start displaying each file at line number.
The string to be searched in each file before starting to display it.
Display help text and exit.
Display version information and exit.
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.
The more command respects the following environment variables, if they exist:
The more command appeared in 3.0BSD. This man page documents more version 5.19 (Berkeley 6/29/88), which is currently in use in the Linux community. Documentation was produced using several other versions of the man page, and extensive inspection of the source code.
Eric Shienbrood, UC Berkeley.
Modified by Geoff Peck, UCB to add underlining, single spacing.
Modified by John Foderaro, UCB to add -c and MORE environment variable.
For bug reports, use the issue tracker at https://github.com/karelzak/util-linux/issues.
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/>.
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-02 01:28 @216.73.217.9
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format