Multiple choice technology operating systems

command for listing file contents page wise

  1. less

  2. huge

  3. make

  4. take

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

less allows you to view file contents one page at a time, with the ability to scroll both forward and backward. It's an improvement over the older 'more' command (which only scrolled forward). The name is a play on words - 'less is more.' This is essential for viewing large files.