Shell / Commands

less

English

Overview

A command for viewing a file's contents while scrolling.

Details

A file-viewing command that can page through content without loading the entire file into memory, supporting scrolling in both directions and searching. Unlike the older, similar more command, it can also scroll backward, and since it never loads the whole file, it stays responsive even opening a huge log file.

More Linux terms