1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
|
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-02-15 18:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: TH
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "locate"
msgstr ""
#. type: TH
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "Sep 2012"
msgstr ""
#. type: TH
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "mlocate"
msgstr ""
#. type: SH
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "NAME"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid "locate - find files by name"
msgstr ""
#. type: SH
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "SYNOPSIS"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid "B<locate> [I<OPTION>]... I<PATTERN>..."
msgstr ""
#. type: SH
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "DESCRIPTION"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"B<locate> reads one or more databases prepared by B<updatedb>(8) and writes "
"file names matching at least one of the I<PATTERN>s to standard output, one "
"per line."
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"If B<--regex> is not specified, I<PATTERN>s can contain globbing "
"characters. If any I<PATTERN> contains no globbing characters, B<locate> "
"behaves as if the pattern were B<*>I<PATTERN>B<*>."
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"By default, B<locate> does not check whether files found in database still "
"exist (but it does require all parent directories to exist if the database "
"was built with B<--require-visibility no>). B<locate> can never report "
"files created after the most recent update of the relevant database."
msgstr ""
#. type: SH
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "EXIT STATUS"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"B<locate> exits with status 0 if any match was found or if B<locate> was "
"invoked with one of the B<--limit 0>, B<--help>, B<--statistics> or B<--"
"version> options. If no match was found or a fatal error was encountered, "
"B<locate> exits with status 1."
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"Errors encountered while reading a database are not fatal, search continues "
"in other specified databases, if any."
msgstr ""
#. type: SH
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "OPTIONS"
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-A>, B<--all>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"Print only entries that match all I<PATTERN>s instead of requiring only one "
"of them to match."
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-b>, B<--basename>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"Match only the base name against the specified patterns. This is the "
"opposite of B<--wholename>."
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-c>, B<--count>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"Instead of writing file names on standard output, write the number of "
"matching entries only."
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-d, --database> I<DBPATH>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"Replace the default database with I<DBPATH>. I<DBPATH> is a B<:>-separated "
"list of database file names. If more than one B<--database> option is "
"specified, the resulting path is a concatenation of the separate paths."
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"An empty database file name is replaced by the default database. A database "
"file name B<-> refers to the standard input. Note that a database can be "
"read from the standard input only once."
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-e>, B<--existing>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"Print only entries that refer to files existing at the time B<locate> is run."
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-L>, B<--follow>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"When checking whether files exist (if the B<--existing> option is "
"specified), follow trailing symbolic links. This causes broken symbolic "
"links to be omitted from the output."
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"This is the default behavior. The opposite can be specified using B<--"
"nofollow>."
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-h>, B<--help>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"Write a summary of the available options to standard output and exit "
"successfully."
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-i>, B<--ignore-case>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid "Ignore case distinctions when matching patterns."
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-l>, B<--limit>, B<-n> I<LIMIT>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"Exit successfully after finding I<LIMIT> entries. If the B<--count> option "
"is specified, the resulting count is also limited to I<LIMIT>."
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-m>, B<--mmap>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid "Ignored, for compatibility with E<.SM BSD> and E<.SM GNU> B<locate>."
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-P>, B<--nofollow>, B<-H>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"When checking whether files exist (if the B<--existing> option is "
"specified), do not follow trailing symbolic links. This causes broken "
"symbolic links to be reported like other files."
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid "This is the opposite of B<--follow>."
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-0>, B<--null>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"Separate the entries on output using the E<.SM ASCII NUL> character instead "
"of writing each entry on a separate line. This option is designed for "
"interoperability with the B<--null> option of E<.SM GNU> B<xargs>(1)."
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-S>, B<--statistics>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"Write statistics about each read database to standard output instead of "
"searching for files and exit successfully."
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-q>, B<--quiet>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"Write no messages about errors encountered while reading and processing "
"databases."
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-r>, B<--regexp> I<REGEXP>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"Search for a basic regexp I<REGEXP>. No I<PATTERN>s are allowed if this "
"option is used, but this option can be specified multiple times."
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<--regex>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid "Interpret all I<PATTERN>s as extended regexps."
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-s>, B<--stdio>"
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-V>, B<--version>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"Write information about the version and license of B<locate> on standard "
"output and exit successfully."
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<-w>, B<--wholename>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid "Match only the whole path name against the specified patterns."
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"This is the default behavior. The opposite can be specified using B<--"
"basename>."
msgstr ""
#. type: SH
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "EXAMPLES"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid "To search for a file named exactly I<NAME> (not B<*>I<NAME>B<*>), use"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid "B<locate -b> B<'\\e>I<NAME>B<'>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"Because B<\\e> is a globbing character, this disables the implicit "
"replacement of I<NAME> by B<*>I<NAME>B<*>."
msgstr ""
#. type: SH
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "FILES"
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B</var/lib/mlocate/mlocate.db>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid "The database searched by default."
msgstr ""
#. type: SH
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "ENVIRONMENT"
msgstr ""
#. type: TP
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "B<LOCATE_PATH>"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"Path to additional databases, added after the default database or the "
"databases specified using the B<--database> option."
msgstr ""
#. type: SH
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "NOTES"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"The order in which the requested databases are processed is unspecified, "
"which allows B<locate> to reorder the database path for security reasons."
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"B<locate> attempts to be compatible to B<slocate> (without the options used "
"for creating databases) and E<.SM GNU> B<locate>, in that order. This is "
"the reason for the impractical default B<--follow> option and for the "
"confusing set of B<--regex> and B<--regexp> options."
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"The short spelling of the B<-r> option is incompatible to E<.SM GNU> "
"B<locate>, where it corresponds to the B<--regex> option. Use the long "
"option names to avoid confusion."
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid ""
"The B<LOCATE_PATH> environment variable replaces the default database in E<."
"SM BSD> and E<.SM GNU> B<locate>, but it is added to other databases in this "
"implementation and B<slocate>."
msgstr ""
#. type: SH
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "AUTHOR"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid "Miloslav Trmac E<lt>mitr@redhat.comE<gt>"
msgstr ""
#. type: SH
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "SEE ALSO"
msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
msgid "B<updatedb>(8)"
msgstr ""
|