Which command allows you to display a file's content in increments of 24 lines?
Explanation
The 'pg' command lets you view a file page by page, typically showing 24 lines at once. 'cat' outputs the entire file continuously, 'lp' sends the file to a printer, and '/p' is not a valid command for paging through files.