less-desc.xml 514 B

1234567891011121314151617181920
  1. <sect2><title>Contents</title>
  2. <para>The Less package contains the less program</para>
  3. </sect2>
  4. <sect2><title>Description</title>
  5. <para>The less program is a file pager (or text viewer). It displays the
  6. contents
  7. of a file with the ability to scroll. Less is an improvement on the
  8. common
  9. pager called <quote>more</quote>. Less has the ability to scroll
  10. backwards
  11. through files as well and it doesn't need to read the entire file when
  12. it
  13. starts, which makes it faster when reading large files.</para>
  14. </sect2>