Installing Less

Installation of Less

Install Less by running the following commands:



root:less-358# ./configure --prefix=/usr
root:less-358# make
root:less-358# make install
root:less-358# mv /usr/bin/less /bin

Contents

The Less package contains the less program

Description

The less program is a file pager (or text viewer). It displays the contents of a file with the ability to scroll. Less is an improvement on the common pager called "more". Less has the ability to scroll backwards through files as well and it doesn't need to read the entire file when it starts, which makes it faster when you are reading large files.