%general-entities; ]> Less-&less-version; Less <para>The Less package contains a text file viewer.</para> </sect2> <sect2 role="installation"> <title>Installation of Less Prepare Less for compilation: ./configure --prefix=/usr --sysconfdir=/etc \ --host=${LFS_TARGET} The meaning of the configure option: --sysconfdir=/etc This option tells the programs created by the package to look in /etc for the configuration files. Compile the package: make Install the package: make prefixR=${LFS}/usr install Move less to /bin: mv -v ${LFS}/usr/bin/less ${LFS}/bin Contents of Less Installed programs less, lessecho, and lesskey Short Descriptions less A file viewer or pager; it displays the contents of the given file, letting the user scroll, find strings, and jump to marks less lessecho Needed to expand meta-characters, such as * and ?, in filenames on Unix systems lessecho lesskey Used to specify the key bindings for less lesskey