Which command lets you display a file in increments of 24 lines per screen?

Choose the correct answer

Explanation

The 'pg' command is specifically designed to show the contents of a file one page at a time, with each page typically consisting of 24 lines. 'more' also paginates output but may differ in line count; 'cat' outputs the entire file at once, and 'lp' sends files to the printer.

Which command lets you display a file in increments … — Basic of linux unix | PakQuizHub