Ignore:
Timestamp:
10/06/2004 10:58:24 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
c059c37
Parents:
f67ec77a
Message:

Last edit round.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/findutils.xml

    rf67ec77a r2256873  
    5151
    5252<screen><userinput>make install</userinput></screen>
    53 
     53<beginpage/>
    5454</sect2>
    55 
    5655
    5756<sect2 id="contents-findutils" role="content"><title>Contents of Findutils</title>
     
    6261</segmentedlist>
    6362
    64 <variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     63<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    6564<?dbfo list-presentation="list"?>
    6665
     
    6867<term><command>bigram</command></term>
    6968<listitem>
    70 <para>was formerly used to produce <command>locate</command> databases.</para>
     69<para>Was formerly used to produce <command>locate</command> databases</para>
    7170<indexterm zone="ch-system-findutils bigram"><primary sortas="b-bigram">bigram</primary></indexterm>
    7271</listitem>
     
    7675<term><command>code</command></term>
    7776<listitem>
    78 <para>was formerly used to produce <command>locate</command>
    79 databases. It is the ancestor of <command>frcode</command>.</para>
     77<para>Was formerly used to produce <command>locate</command>
     78databases; it is the ancestor of <command>frcode</command>.</para>
    8079<indexterm zone="ch-system-findutils code"><primary sortas="b-code">code</primary></indexterm>
    8180</listitem>
     
    8584<term><command>find</command></term>
    8685<listitem>
    87 <para>searches given directory trees for files matching the specified criteria.</para>
     86<para>Searches given directory trees for files matching the specified criteria</para>
    8887<indexterm zone="ch-system-findutils find"><primary sortas="b-find">find</primary></indexterm>
    8988</listitem>
     
    9392<term><command>frcode</command></term>
    9493<listitem>
    95 <para>is called by <command>updatedb</command> to compress the list of file names. It uses
     94<para>Is called by <command>updatedb</command> to compress the list of file names; it uses
    9695front-compression, reducing the database size by a factor of four to
    9796five.</para>
     
    103102<term><command>locate</command></term>
    104103<listitem>
    105 <para>searches through a database of file names and reports the names
    106 that contain a given string or match a given pattern.</para>
     104<para>Searches through a database of file names and reports the names
     105that contain a given string or match a given pattern</para>
    107106<indexterm zone="ch-system-findutils locate"><primary sortas="b-locate">locate</primary></indexterm>
    108107</listitem>
     
    112111<term><command>updatedb</command></term>
    113112<listitem>
    114 <para>updates the <command>locate</command> database. It scans
     113<para>Updates the <command>locate</command> database; it scans
    115114the entire file system (including other file systems that are currently mounted,
    116 unless told not to) and puts every file name it finds into the database.</para>
     115unless told not to) and puts every file name it finds into the database</para>
    117116<indexterm zone="ch-system-findutils updatedb"><primary sortas="b-updatedb">updatedb</primary></indexterm>
    118117</listitem>
     
    122121<term><command>xargs</command></term>
    123122<listitem>
    124 <para>can be used to apply a given command to a list of files.</para>
     123<para>Can be used to apply a given command to a list of files</para>
    125124<indexterm zone="ch-system-findutils xargs"><primary sortas="b-xargs">xargs</primary></indexterm>
    126125</listitem>
Note: See TracChangeset for help on using the changeset viewer.