1 .\" Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
2 .\" Copyright (c) 1990, 1993
3 .\" The Regents of the University of California. All rights reserved.
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\" notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\" notice, this list of conditions and the following disclaimer in the
12 .\" documentation and/or other materials provided with the distribution.
13 .\" 3. All advertising materials mentioning features or use of this software
14 .\" must display the following acknowledgement:
15 .\" This product includes software developed by the University of
16 .\" California, Berkeley and its contributors.
17 .\" 4. Neither the name of the University nor the names of its contributors
18 .\" may be used to endorse or promote products derived from this software
19 .\" without specific prior written permission.
21 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 .\" @(#)locate.1 8.1 (Berkeley) 6/6/93
34 .\" $FreeBSD: src/usr.bin/locate/locate/locate.1,v 1.16.2.5 2002/07/08 21:31:28 trhodes Exp $
35 .\" $DragonFly: src/usr.bin/locate/locate/locate.1,v 1.4 2006/02/17 19:39:09 swildner Exp $
42 .Nd find filenames quickly
52 program searches a database for all pathnames which match the specified
54 The database is recomputed periodically (usually weekly or daily),
55 and contains the pathnames
56 of all files which are publicly accessible.
58 Shell globbing and quoting characters
67 although they will have to be escaped from the shell.
68 Preceding any character with a backslash
70 eliminates any special
71 meaning which it may have.
72 The matching differs in that no characters must be matched explicitly,
76 As a special case, a pattern containing no globbing characters
78 is matched as though it were
81 Historically, locate only stored characters between 32 and 127. The
82 current implementation store any character except newline
86 The 8-bit character support doesn't waste extra space for
87 plain ASCII file names.
88 Characters less than 32 or greater than 127
89 are stored in 2 bytes.
91 The following options are available:
94 Print some statistic about the database and exit.
96 Suppress normal output; instead print a count of matching file names.
100 instead the default file name database.
103 options are allowed. Each additional
105 option adds the specified database to the list
106 of databases to be searched.
110 may be a colon-separated list of databases.
111 A single colon is a reference
112 to the default database.
114 $ locate -d $HOME/lib/mydb: foo
117 will first search string
122 .Pa /var/db/locate.database .
124 $ locate -d $HOME/lib/mydb::/cdrom/locate.database foo
127 will first search string
132 .Pa /var/db/locate.database
134 .Pa /cdrom/locate.database .
136 $ locate -d db1 -d db2 -d db3 pattern
141 $ locate -d db1:db2:db3 pattern
146 .Dq $ locate -d db1:db2 -d db3 pattern .
151 is given as the database name, standard input will be read instead.
152 For example, you can compress your database
155 $ zcat database.gz | locate -d - pattern
158 This might be useful on machines with a fast CPU and little RAM and slow
159 I/O. Note: you can only use
163 Ignore case distinctions in both the pattern and the database.
167 of file names and exit.
174 This is the default behavior
175 and is faster in most cases.
183 .Bl -tag -width LOCATE_PATH -compact
185 path to the locate database if set and not empty, ignored if the
187 option was specified.
190 .Bl -tag -width /etc/periodic/weekly/310.locate -compact
191 .It Pa /var/db/locate.database
193 .It Pa /usr/libexec/locate.updatedb
194 Script to update the locate database
195 .It Pa /etc/periodic/weekly/310.locate
196 Script that starts the database rebuild
203 .Xr locate.updatedb 8
207 .%T "Finding Files Fast"
215 command first appeared in
217 Many new features were
223 program may fail to list some files that are present, or may
224 list files that have been removed from the system. This is because
225 locate only reports files that are present in the database, which is
226 typically only regenerated once a week by the
227 .Pa /etc/periodic/weekly/310.locate
230 to locate files that are of a more transitory nature.
234 database was built by user
238 which are not readable for user
244 E.g. if your HOME directory is not world-readable, all your
251 database is not byte order independent.
253 to share the databases between machines with different byte order.
256 implementation understand databases in host byte order or
257 network byte order if both architectures use the same integer size.
262 a locate database which was built on SunOS/sparc machine