less - view paginated output

Usage: less [options] [<file>]...

Example

sxx
cat /mnt/sx/projects/coreutil/less/less.cm | less

Options

long option short option description
‑‑help ‑h Print help and exit.

Keys

key description
down arrow view next line
up arrow view previous line
page down view next page
page up view previous page
home view start of file
end view end of file
esc exit

Implementation

Reference