~ubuntu-branches/ubuntu/raring/findutils/raring

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2005-07-04 11:37:37 UTC
  • mto: (11.1.1 lenny) (1.1.10 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050704113737-oxfumqxsqgfz5gay
Tags: upstream-4.2.22
ImportĀ upstreamĀ versionĀ 4.2.22

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This package contains the GNU find, xargs, and locate programs.  find
2
 
and xargs comply with POSIX 1003.2, as far as I know.  They also
3
 
support some additional options, some borrowed from Unix and some
4
 
unique to GNU.
 
2
and xargs comply with POSIX 1003.2, as far as I know (with the
 
3
exception of the "+" modifier for the "-exec" action, which isn't
 
4
implemented yet).  They also support a large number of additional
 
5
options, some borrowed from Unix and some unique to GNU.
5
6
 
6
7
See the file NEWS for a list of major changes in the current release.
7
8
 
8
9
See the file INSTALL for compilation and installation instructions.
9
10
 
 
11
To verify the GPG signature of the release, you will need the public
 
12
key of the findutils maintainer.  You can download this from
 
13
ftp://ftp.gnu.org/gnu/gnu-keyring.gpg.  Alternatively, you could query
 
14
a PGP keyserver, but you will need to use one that can cope with
 
15
subkeys containing photos.  Many older key servers cannot do this.  I
 
16
use subkeys.pgp.net.  I think that one works.  See also the
 
17
"Downloading" section of http://www.gnu.org/software/findutils/.
 
18
 
10
19
Special configure options:
11
20
 
12
21
--with-afs
21
30
unless you are running NIS or Hesiod, which make password and group
22
31
calls very expensive.
23
32
 
 
33
--enable-debug
 
34
  Produce output on the standard error output indicating what find is
 
35
doing.  This information includes details about how the command line
 
36
has been parsed and what files have been stat()ed.  This output is
 
37
normally interesting only to the maintainer, and so is off by default.
 
38
 
 
39
 
24
40
To gain speed, GNU find avoids statting files whenever possible.
25
41
It does this by:
26
42
1. Checking the number of links to directories and not statting files
39
55
thing has been done in 4.4BSD.  If you use locate, you should run the
40
56
included `updatedb' script from cron periodically (typically nightly).
41
57
 
42
 
The `Makefile.am' files are used by an experimental program called
43
 
AutoMake that is under development.  It's not ready for general use
44
 
yet, so don't worry about them.
45
 
 
46
58
Mail suggestions and bug reports for these programs to
47
59
bug-findutils@gnu.org.