6.48. Less-451

The Less package contains a text file viewer.

Приблизительное время сборки: менее 0.1 SBU
Требует свободного места на диске: 3.8 MB

6.48.1. Установка Less

Подготовим Less к компиляции:

./configure --prefix=/usr --sysconfdir=/etc

Значение параметров configure:

--sysconfdir=/etc

This option tells the programs created by the package to look in /etc for the configuration files.

Cкомпилируем пакет:

make

This package does not come with a test suite.

Установим пакет:

make install

6.48.2. Содержимое Less

Установленные программы: less, lessecho, and lesskey

Краткое описание

less

A file viewer or pager; it displays the contents of the given file, letting the user scroll, find strings, and jump to marks

lessecho

Needed to expand meta-characters, such as * and ?, in filenames on Unix systems

lesskey

Used to specify the key bindings for less