‘more’Processing
When the CLI displays output, it sends data through a simple more-like process. This prevents data from scrolling off the screen before you view it. After you see the MORE prompt, press Enter to view the next screen of data. If you enter ‘q’, the CLI discards any data it hasn’t yet displayed.
To control the number of lines displayed between prompts, use the
dset command to set the
LINES_PER_SCREEN CLI variable.