[Syntax]: more [-CDFLRSUW] [-Number of rows] [+ rows] [+/mode] [file ...]
[Note]: The file is displayed on the terminal, one screen at a time, in the left lower display--more--, if read from the file rather than from the pipeline, then the percentage is displayed, indicating the part that has been displayed, press ENTER to roll up a line, press the SPACEBAR to scroll one screen, not displayed when you can use the more command subcommand.
-C Clear the screen before displaying the file
-D displays an error message instead of a ring (bell) when the wrong command is lost
-F do not collapse display long lines
-L does not end the page with the paging control (CTRL D)
-R Generally, more does not display the control character, this option makes the more display control, for example, will (CTRL c) appear as ^ C
-S converts multiple empty rows to a blank line display
-U suppresses the creation of an underscore sequence
[Example]:
More-c +50 File Clear screen, starting from line 50th
More-s-W file1 file2 file3 display file file1 file2 file3
UNIX more command