command for listing file contents page wise
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.