Multiple choice technology operating systems

What command used to Look at a file, one page at a time

  1. cat

  2. more

  3. less

  4. view

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The more command displays file contents one page at a time with pagination. cat dumps entire file, less is a more advanced pager, view opens files in vim read-only mode.