diff options
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r-- | chapter06/findutils.xml | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 792300d1d..8c6d77a2b 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -91,7 +91,7 @@ sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput></screen> <segtitle>Installed programs</segtitle> <seglistitem> - <seg>bigram, code, find, frcode, locate, oldfind, updatedb, and xargs</seg> + <seg>code, find, locate, oldfind, updatedb, and xargs</seg> </seglistitem> </segmentedlist> @@ -100,17 +100,6 @@ sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput></screen> <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> - <varlistentry id="bigram"> - <term><command>bigram</command></term> - <listitem> - <para>Was formerly used to produce <command>locate</command> - databases</para> - <indexterm zone="ch-system-findutils bigram"> - <primary sortas="b-bigram">bigram</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="code"> <term><command>code</command></term> <listitem> @@ -133,18 +122,6 @@ sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput></screen> </listitem> </varlistentry> - <varlistentry id="frcode"> - <term><command>frcode</command></term> - <listitem> - <para>Is called by <command>updatedb</command> to compress the list - of file names; it uses front-compression, reducing the database size - by a factor of four to five</para> - <indexterm zone="ch-system-findutils frcode"> - <primary sortas="b-frcode">frcode</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="locate"> <term><command>locate</command></term> <listitem> |