2 <!DOCTYPE book PUBLIC
"-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
4 <!ENTITY kappname
"&kfind;">
5 <!ENTITY package
"kdebase">
6 <!ENTITY % addindex
"IGNORE">
7 <!ENTITY % English
"INCLUDE">
10 <book lang=
"&language;">
13 <title>The
&kfind; Handbook
</title>
16 <author>&Dirk.Doerflinger; &Dirk.Doerflinger.mail;
</author>
18 <!-- TRANS:ROLES_OF_TRANSLATORS -->
24 <holder>&Dirk.Doerflinger;
</holder>
27 <legalnotice>&FDLNotice;</legalnotice>
29 <date>2004-
04-
11</date>
30 <releaseinfo>1.20.01</releaseinfo>
34 &kfind; is
&kde;'s file find utility.
39 <keyword>KDE
</keyword>
40 <keyword>kdeutils
</keyword>
41 <keyword>kfind
</keyword>
42 <keyword>find
</keyword>
43 <keyword>search
</keyword>
47 <chapter id=
"introduction">
48 <title>Introduction
</title>
51 &kfind; is the
&kde; file find utility.
55 <title>Launching
&kfind;</title>
58 The Find Files tool is a useful method of searching for specific files on your
59 computer, or for searching for files that match a pattern. An example of
60 this could include searching for files of a particular type or with certain
61 letters in the filename.
63 You can load this utility by clicking on
<guimenuitem>Find Files
</guimenuitem>. This will
71 <title>Finding Files
</title>
74 <title>The Name/Location Tab
</title>
77 When starting
&kfind;, you will see a quite simple window. Type in the
78 name of the file you are searching in the text box labeled
79 <guilabel>Named:
</guilabel>. Choose a folder where you want to search
80 by typing it in the field
<guilabel>Look in:
</guilabel>
81 or by clicking
<guibutton>Browse...
</guibutton> and press
82 <keycap>Enter
</keycap> or click
<guibutton>Find
</guibutton>. If
83 <guilabel>Include subfolders
</guilabel> is checked all
84 subfolders starting from your chosen folder will be searched
85 too. The results will be displayed in the box below.
89 You can use the following wildcards:
94 <term>The Asterisk
<quote><keycap>*
</keycap></quote></term>
97 The asterisk stands for any number of missing characters (even zero),
98 that means
⪚ searching for
<userinput>marc*
</userinput> may find the
99 files
<filename>marc
</filename>,
<filename>marc.png
</filename> and
100 <filename> marc_must_not_read_this.kwd
</filename>.
101 <userinput>mar*.kwd
</userinput> may find
102 <filename>marketplace.kwd
</filename> and
103 <filename>marc_must_not_read_this.kwd
</filename>.
109 <term>The Question Mark
<quote><keycap>?
</keycap></quote></term>
112 In contrast to the asterisk, the question mark stands for exactly one
113 character, so
<userinput>mar?
</userinput> will find
114 <filename>marc
</filename>, but
<userinput>marc?
</userinput> will not find
115 anything, as our files are called
<filename>marc
</filename> and
116 <filename>marc.png
</filename>. You can put as many question marks in the
117 term as you want, it will find exactly that number of characters.
125 Of course you can combine those two wildcard symbols in a search term.
130 <sect1 id=
"kfind-date-range">
131 <title>The Contents Tab
</title>
135 <term><guilabel>File type
</guilabel></term>
138 Here you can specify the type of file you are searching for.
144 <term><guilabel>Containing text
</guilabel></term>
147 Type in the word or phrase the files you are searching for must
148 contain. Note: If you do this in a large folder or checked
149 <guilabel>Include subfolders
</guilabel> in the
150 <guilabel>Name/Location
</guilabel> tab, this may take a long time.
154 <para>This option will
<emphasis>not
</emphasis> work for all files listed
155 under
<guilabel>File type
</guilabel>. Only the following file types
159 <listitem><para>Text files,
⪚ source code and
<filename>README
</filename> files
</para></listitem>
160 <listitem><para>&kword; >=
1.2</para></listitem>
161 <listitem><para>&kpresenter; >=
1.2</para></listitem>
162 <listitem><para>&kspread; >=
1.2</para></listitem>
163 <listitem><para>OpenOffice.org Writer
</para></listitem>
164 <listitem><para>OpenOffice.org Impress
</para></listitem>
165 <listitem><para>OpenOffice.org Calc
</para></listitem>
175 <term><guilabel>Case sensitive
</guilabel></term>
178 If you enable this option,
&kfind; will
179 only find files with the exact case matching,
⪚
180 <userinput>MARC
</userinput> will only match
181 <quote>MARC
</quote>, not
<quote>Marc
</quote>.
187 <term><guilabel>Regular expression
</guilabel></term>
188 <listitem><para>If you have installed the
&kregexpeditor; tool from
189 the kdeutils package, you will have this additional option. Enabling
190 it will allow you to search for a
<firstterm>regexp
</firstterm> or
191 regular expression. A regexp is a way to specify conditions for your
192 search, and they can be very complex, and equally they can be very
193 powerful. If you are unfamiliar with regular expressions, you can
194 choose
<guilabel>Edit Regular Expression
</guilabel> to open
195 &kregexpeditor;. This tool allows you to construct your set of
196 conditions graphically, and then generates the expression for
199 <para>&kregexpeditor; is a very useful tool, and can be used from within
200 many
&kde; applications other than
&kfind;. You can find more
201 information from within its own help file.
</para>
205 <!-- TODO: "Search metainfo sections" -->
211 <sect1 id=
"kfind-advanced">
212 <title>The Properties Tab
</title>
215 Here you can refine your search. These are the special refinements
222 <term><guilabel>Find all files created or modified
</guilabel></term>
225 Here you can either enter two dates, between which the
226 files were created or modified, or specify a time period.
232 <term><guilabel>File size is
</guilabel></term>
234 <para>Here you can specify if the file has to be at least or as most as
235 big as the size you entered in the following box.
241 <term><guilabel>Files owned by user, Files owned by group
</guilabel></term>
243 <para>Here you can specify user and group names.
254 <chapter id=
"credits">
256 <title>Credits and License
</title>
267 <title>Developers
</title>
269 <para>Martin Hartig
</para>
273 <para>&Stephan.Kulow; &Stephan.Kulow.mail;
</para>
277 <para>&Mario.Weilguni; &Mario.Weilguni.mail;
</para>
281 <para>&Alex.Zepeda;
<email>jazepeda@pacbell.net
</email></para>
285 <para>Miroslav FlĂdr
<email>flidr@kky.zcu.cz
</email></para>
289 <para>&Harri.Porten; &Harri.Porten.mail;
</para>
293 <para>Dima Rogozin
<email>dima@mercury.co.il
</email></para>
297 <para>&Carsten.Pfeiffer; &Carsten.Pfeiffer.mail;
</para>
301 <para>Hans Petter Bieker
<email>bieker@kde.org
</email></para>
305 <para>&Waldo.Bastian; &Waldo.Bastian.mail;
</para>
311 Documentation copyright
2001 &Dirk.Doerflinger;
312 &Dirk.Doerflinger.mail;
</para>
314 <!-- TRANS:CREDIT_FOR_TRANSLATORS -->
316 &underFDL; <!-- FDL: do not remove -->
317 &underBSDLicense; <!-- BSD License -->
321 <appendix id=
"installation">
322 <title>Installation
</title>
324 <sect1 id=
"getting-kfind">
325 <title>How to obtain
&kfind;</title>
327 &install.intro.documentation;
331 <sect1 id=
"requirements">
332 <title>Requirements
</title>
335 In order to successfully use
&kfind;, you need
&kde; 4.x.
340 <sect1 id=
"compilation">
341 <title>Compilation and Installation
</title>
343 &install.compile.documentation;
349 &documentation.index;
356 sgml-minimize-attributes:nil
357 sgml-general-insert-case:lower
362 // vim:ts=0:sw=2:tw=78:noet