Command to display one page at a time?
C
Correct answer
Explanation
The MORE command displays output one screen (page) at a time, pausing after each screenful and waiting for a keypress before continuing. This is useful for viewing long files or command output that would otherwise scroll past too quickly to read.