more
v(uutils coreutils) 0.1.0
Options
--silent,-d-
more-help-silent
--logical,-l-
more-help-logical
--exit-on-eof,-e-
more-help-exit-on-eof
--no-pause,-f-
more-help-no-pause
--print-over,-p-
more-help-print-over
--clean-print,-c-
more-help-clean-print
--squeeze,-s-
more-help-squeeze
--plain,-u-
more-help-plain
--lines=<number>,-n <number>-
more-help-lines
--number-
more-help-number
--from-line=<number>,-F <number>-
more-help-from-line
--pattern=<pattern>,-P <pattern>-
more-help-pattern
-
more-help-files
Examples
Open a file:
more {{path/to/file}}
Display a specific line:
more +{{line_number}} {{path/to/file}}
Go to the next page:
<Space>
Search for a string (press <n> to go to the next match):
</>{{something}}<Enter>
Exit:
<q>
Display help about interactive commands:
<h>
The examples are provided by the tldr-pages project under the CC BY 4.0 License.
Please note that, as uutils is a work in progress, some examples might fail.