findutils-desc.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>(Last checked against version &findutils-contversion;.)</para>
  4. <sect3><title>Program file descriptions</title>
  5. <para><command>bigram</command> was formerly used to produce locate
  6. databases.</para>
  7. <para><command>code</command> was formerly used to produce locate
  8. databases. It is is the ancestor of frcode.</para>
  9. <para><command>find</command> searches given directory trees for files
  10. matching the specified criteria.</para>
  11. <para><command>frcode</command> is called by updatedb to compress the
  12. list of file names. It uses front-compression, reducing the database size by a
  13. factor of 4 to 5.</para>
  14. <para><command>locate</command> searches through a database of file names,
  15. and reports the names that contain a given string or match a given pattern.</para>
  16. <para><command>updatedb</command> updates the locate database. It scans
  17. the entire filesystem (including other filesystems that are currently mounted,
  18. unless told not to) and puts every file name it finds in the database.</para>
  19. <para><command>xargs</command> can be used to apply a given command to
  20. a list of files.</para>
  21. </sect3>
  22. </sect2>