海之星科技
HY-STAR
專業電源IC供應 ⇒ DC-DC 降壓轉換器, DC-DC 升壓轉換器,LED 驅動 IC,MOSFETs / IGBTs
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:
- Space : Move forward one page.
- Enter : Move forward one line.
- B : Move backward one page.
- q : Exit more。
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.