info > more(1)

๐Ÿ“– NAME

more - file perusal filter for crt viewing

๐Ÿš€ Quick Reference

Use CaseCommandDescription
View a file page by pagemore [options] file๐Ÿ“„ Display file one screenful at a time
Start at a specific linemore +10 file๐Ÿ”ข Begin display at line 10
Search for a patternmore +/pattern file๐Ÿ” Search for pattern before displaying
Set lines per screenmore -n 20 file๐Ÿ“ Show 20 lines per screen
Suppress bell on illegal keymore -d file๐Ÿ”‡ Show helpful prompt instead of beep
Squeeze blank linesmore -s file๐Ÿงน Reduce multiple blank lines to one

๐Ÿ“‹ SYNOPSIS

more [options] file ...

๐Ÿ“ DESCRIPTION

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

Options are also taken from the environment variable MORE (make sure to precede them with a dash (-)) but command-line options will override those.

๐Ÿ”‡ -d, --silent

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.

๐Ÿ“„ -l, --logical

Do not pause after any line containing a ^L (form feed).

๐Ÿ“ -f, --no-pause

Count logical lines, rather than screen lines (i.e., long lines are not folded).

๐Ÿ–จ๏ธ -p, --print-over

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.

๐Ÿงน -c, --clean-print

Do not scroll. Instead, paint each screen from the top, clearing the remainder of each line as it is displayed.

๐Ÿงน -s, --squeeze

Squeeze multiple blank lines into one.

๐Ÿšซ -u, --plain

Suppress underlining. This option is silently ignored as backwards compatibility.

๐Ÿ“ -n, --lines number

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.

๐Ÿ”ข -number

A numeric option means the same as --lines option argument.

๐Ÿ”ข +number

Start displaying each file at line number.

๐Ÿ” +/string

The string to be searched in each file before starting to display it.

โ“ --help

Display help text and exit.

โ„น๏ธ -V, --version

Display version information and exit.

๐ŸŽฎ 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.

๐ŸŒ ENVIRONMENT

The more command respects the following environment variables, if they exist:

๐Ÿ“œ HISTORY

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.

โœ๏ธ AUTHORS

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.

๐Ÿ”— SEE ALSO

less(1), vi(1)

๐Ÿ› REPORTING BUGS

For bug reports, use the issue tracker at https://github.com/karelzak/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/>.

more(1)
๐Ÿ“– NAME ๐Ÿš€ Quick Reference ๐Ÿ“‹ SYNOPSIS ๐Ÿ“ DESCRIPTION โš™๏ธ OPTIONS
๐Ÿ”‡ -d, --silent ๐Ÿ“„ -l, --logical ๐Ÿ“ -f, --no-pause ๐Ÿ–จ๏ธ -p, --print-over ๐Ÿงน -c, --clean-print ๐Ÿงน -s, --squeeze ๐Ÿšซ -u, --plain ๐Ÿ“ -n, --lines number ๐Ÿ”ข -number ๐Ÿ”ข +number ๐Ÿ” +/string โ“ --help โ„น๏ธ -V, --version
๐ŸŽฎ COMMANDS ๐ŸŒ ENVIRONMENT ๐Ÿ“œ HISTORY โœ๏ธ AUTHORS ๐Ÿ”— SEE ALSO ๐Ÿ› REPORTING BUGS ๐Ÿ“ฆ AVAILABILITY

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)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format

^_top_^