{{tag>[paging]}}
====== more ======
===== CLI =====
more [options] ...
* ''**more** [options...] ...''
* ''**-d**'': display help instead of ringing bell
* ''**-f**'': count logical rather than screen lines
* ''**-l**'': suppress pause after form feed
* ''**-c**'': do not scroll, display text and clean line ends
* ''**-p**'': do not scroll, clean screen and display text
* ''**-s**'': squeeze multiple blank lines into one. 연속한 빌 줄을 표시하지 않음.
* ''**-u**'': suppress underlining
* ''**-**number'': the number of lines per screenful
* ''**+**number'': display file beginning from line number
* ''**/**string'': display file beginning from search string match
* ''**--help**'': display this help
* ''**-V**'' ''**--version**'': display version
++++ more --help |
Usage:
more [options] ...
A file perusal filter for CRT viewing.
Options:
-d display help instead of ringing bell
-f count logical rather than screen lines
-l suppress pause after form feed
-c do not scroll, display text and clean line ends
-p do not scroll, clean screen and display text
-s squeeze multiple blank lines into one
-u suppress underlining
- the number of lines per screenful
+ display file beginning from line number
+/ display file beginning from search string match
--help display this help
-V, --version display version
For more details see more(1).
++++