2003-10-06 23:19:12 +01:00
|
|
|
<sect2><title>Short descriptions</title>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>bigram</command> was formerly used to produce locate
|
|
|
|
databases.</para>
|
|
|
|
|
|
|
|
<para><command>code</command> was formerly used to produce locate
|
2003-10-14 19:01:31 +01:00
|
|
|
databases. It is the ancestor of frcode.</para>
|
2003-09-24 23:29:16 +01:00
|
|
|
|
|
|
|
<para><command>find</command> searches given directory trees for files
|
|
|
|
matching the specified criteria.</para>
|
|
|
|
|
|
|
|
<para><command>frcode</command> is called by updatedb to compress the
|
|
|
|
list of file names. It uses front-compression, reducing the database size by a
|
|
|
|
factor of 4 to 5.</para>
|
|
|
|
|
|
|
|
<para><command>locate</command> searches through a database of file names,
|
|
|
|
and reports the names that contain a given string or match a given pattern.</para>
|
|
|
|
|
|
|
|
<para><command>updatedb</command> updates the locate database. It scans
|
|
|
|
the entire filesystem (including other filesystems that are currently mounted,
|
|
|
|
unless told not to) and puts every file name it finds in the database.</para>
|
|
|
|
|
|
|
|
<para><command>xargs</command> can be used to apply a given command to
|
|
|
|
a list of files.</para>
|
2002-02-06 23:15:46 +00:00
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect2>
|
|
|
|
|