source: chapter06/findutils.xml@ 6f461cb

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 6f461cb was c6cb3aa, checked in by Manuel Canales Esparcia <manuel@…>, 20 years ago

HEAD: Retagged the Contents of ... sections.

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

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
[a001133]6<sect1 id="ch-system-findutils" xreflabel="Findutils" role="wrap">
[673b0d8]7<title>Findutils-&findutils-version;</title>
8<?dbhtml filename="findutils.html"?>
[6370fa6]9
[673b0d8]10<indexterm zone="ch-system-findutils"><primary sortas="a-Findutils">Findutils</primary></indexterm>
[5888299]11
[a001133]12<sect2 role="package"><title/>
[673b0d8]13<para>The Findutils package contains programs to find files. Processes
14are provided to recursively search through a directory tree and to
15create, maintain and search a database (often faster than the recursive
16find, but unreliable if the database has not been recently updated).</para>
17
[a001133]18<segmentedlist>
19<segtitle>&buildtime;</segtitle>
20<segtitle>&diskspace;</segtitle>
21<seglistitem><seg>0.2 SBU</seg><seg>7.5 MB</seg></seglistitem>
22</segmentedlist>
[673b0d8]23
[a001133]24<segmentedlist>
25<segtitle>Findutils installation depends on</segtitle>
26<seglistitem><seg>Bash, Binutils, Coreutils,
27Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem>
28</segmentedlist>
29</sect2>
[3554fa3a]30
[a001133]31<sect2 role="installation">
[f4993cf]32<title>Installation of Findutils</title>
[73aedd1d]33
34<para>Prepare Findutils for compilation:</para>
35
[2a264e0b]36<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate \
[9dfc02f]37 --localstatedir=/var/lib/locate</userinput></screen>
[73aedd1d]38
[2a264e0b]39<para>The localstatedir directive above changes the location of the locate
[9dfc02f]40database to be in /var/lib/locate, which is FHS-compliant.</para>
[73aedd1d]41
42<para>Compile the package:</para>
43
44<screen><userinput>make</userinput></screen>
45
[673b0d8]46<para>To test the results, issue:
[8a5f906]47<userinput>make check</userinput>.</para>
[73aedd1d]48
[673b0d8]49<para>Now install the package:</para>
[73aedd1d]50
51<screen><userinput>make install</userinput></screen>
52
53</sect2>
[6370fa6]54
[5888299]55
[c6cb3aa]56<sect2 id="contents-findutils" role="content"><title>Contents of Findutils</title>
[673b0d8]57
[c6cb3aa]58<segmentedlist>
59<segtitle>Installed programs</segtitle>
60<seglistitem><seg>bigram, code, find, frcode, locate, updatedb and xargs</seg></seglistitem>
61</segmentedlist>
[673b0d8]62
[c6cb3aa]63<variablelist><title>Short descriptions</title>
[673b0d8]64
[c6cb3aa]65<varlistentry>
66<term id="bigram"><command>bigram</command></term>
67<listitem>
[673b0d8]68<indexterm zone="ch-system-findutils bigram"><primary sortas="b-bigram">bigram</primary></indexterm>
[c6cb3aa]69<para>was formerly used to produce locate databases.</para>
70</listitem>
71</varlistentry>
[673b0d8]72
[c6cb3aa]73<varlistentry>
74<term id="code"><command>code</command></term>
75<listitem>
[673b0d8]76<indexterm zone="ch-system-findutils code"><primary sortas="b-code">code</primary></indexterm>
[c6cb3aa]77<para>was formerly used to produce locate
[673b0d8]78databases. It is the ancestor of frcode.</para>
[c6cb3aa]79</listitem>
80</varlistentry>
[6370fa6]81
[c6cb3aa]82<varlistentry>
83<term id="find"><command>find</command></term>
84<listitem>
[673b0d8]85<indexterm zone="ch-system-findutils find"><primary sortas="b-find">find</primary></indexterm>
[c6cb3aa]86<para>searches given directory trees for files matching the specified criteria.</para>
87</listitem>
88</varlistentry>
[673b0d8]89
[c6cb3aa]90<varlistentry>
91<term id="frcode"><command>frcode</command></term>
92<listitem>
[673b0d8]93<indexterm zone="ch-system-findutils frcode"><primary sortas="b-frcode">frcode</primary></indexterm>
[c6cb3aa]94<para>is called by updatedb to compress the list of file names. It uses
95front-compression, reducing the database size by a factor of 4 to 5.</para>
96</listitem>
97</varlistentry>
98
99<varlistentry>
100<term id="locate"><command>locate</command></term>
101<listitem>
[673b0d8]102<indexterm zone="ch-system-findutils locate"><primary sortas="b-locate">locate</primary></indexterm>
[c6cb3aa]103<para>searches through a database of file names,
[673b0d8]104and reports the names that contain a given string or match a given pattern.</para>
[c6cb3aa]105</listitem>
106</varlistentry>
[673b0d8]107
[c6cb3aa]108<varlistentry>
109<term id="updatedb"><command>updatedb</command></term>
110<listitem>
[673b0d8]111<indexterm zone="ch-system-findutils updatedb"><primary sortas="b-updatedb">updatedb</primary></indexterm>
[c6cb3aa]112<para>updates the locate database. It scans
[673b0d8]113the entire file system (including other file systems that are currently mounted,
114unless told not to) and puts every file name it finds in the database.</para>
[c6cb3aa]115</listitem>
116</varlistentry>
[673b0d8]117
[c6cb3aa]118<varlistentry>
119<term id="xargs"><command>xargs</command></term>
120<listitem>
[673b0d8]121<indexterm zone="ch-system-findutils xargs"><primary sortas="b-xargs">xargs</primary></indexterm>
[c6cb3aa]122<para>can be used to apply a given command to a list of files.</para>
123</listitem>
124</varlistentry>
125</variablelist>
[673b0d8]126
127</sect2>
128
129</sect1>
Note: See TracBrowser for help on using the repository browser.