findutils-desc.xml 1.0 KB

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