To prevent system from scrolling the entire output of a command and stop with only the last page for one to view and then manually one has to scroll up & down to view the entire content. Rather use ‘|more’ operator with any command to get the output page wise.
Syntax – command | more
Shows the first page with ‘— More —‘ prompt, as shown in the image. On hitting ‘any key‘ system shows the next page and so on, until last page is reached.