How to Install less in Ubuntu 18.04



Install less by entering the following commands in the terminal:

sudo apt update
sudo apt install less

Description:

pager program similar to more

This package provides "less", a file pager (that is, a memory-efficient utility for displaying text one screenful at a time). Less has many more features than the basic pager "more". As part of the GNU project, it is widely regarded as the standard pager on UNIX-derived systems. . Also provided are "lessecho", a simple utility for ensuring arguments with spaces are correctly quoted; "lesskey", a tool for modifying the standard (vi-like) keybindings; and "lesspipe", a filter for specific types of input, such as .doc or .txt.gz files.

Homepage: http://www.greenwoodsoftware.com/less/

Version: 487-0.1

Section: text