The Linux Newbie Guide  ⇒    Fundamentals     Advanced     Supplement   Command Index   ENG⇒中
All rights reserved, please indicate the source when citing
  

 

more - Paging Reader




When using cat to read a large file that you can't go through quickly, you can use more to view it page by page. The basic syntax is more FILE.

Basic operations within more are as follows:

Example:
$ history | more  ←View command history using `more` (press <q> to exit or after reading)
$ more FILE ←Read the file "FILE" using `more`

For more operations and detailed explanations of more, you can refer to the provided link.