mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 21:49:13 +00:00
b822811980
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
21 lines
514 B
XML
21 lines
514 B
XML
<sect2><title>Contents</title>
|
|
|
|
<para>The Less package contains the less program</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<para>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 <quote>more</quote>. 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 reading large files.</para>
|
|
|
|
</sect2>
|
|
|