less-desc.xml 518 B

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