Which command allows you to display a file's content in increments of 24 lines?

Choose the correct answer

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.

Which command allows you to display a file's content… — Basic of linux unix | PakQuizHub