KFind: Difference between revisions

From KDE UserBase Wiki
(Marked this version for translation)
(markup changes for translation)
(3 intermediate revisions by 2 users not shown)
Line 7: Line 7:
<translate>
<translate>
<!--T:2-->
<!--T:2-->
'''KFind''' can be used as a standalone search tool, launched by '''[[Special:myLanguage/KRunner|KRunner]]''' or from your menu.  It is also integrated into '''[[Special:myLanguage/Konqueror|Konqueror]]''' and '''[[Special:myLanguage/Dolphin|Dolphin]]''' as <menuchoice>Find File</menuchoice> in the <menuchoice>Tools</menuchoice> menu.
'''KFind''' can be used as a standalone file search tool, launched by '''[[Special:myLanguage/KRunner|KRunner]]''' or from your menu.  It is also integrated into '''[[Special:myLanguage/Konqueror|Konqueror]]''' and '''[[Special:myLanguage/Dolphin|Dolphin]]''' as <menuchoice>Find File</menuchoice> in the <menuchoice>Tools</menuchoice> menu. Being equipped with a [[Special:myLanguage/GUI|GUI]], it is often handier than the [[Special:myLanguage/CLI|CLI]] tool named [[Special:myLanguage/find|find]] which requires advanced skills in instruction syntax formulation.


<!--T:3-->
<!--T:3-->
Line 21: Line 21:


<!--T:5-->
<!--T:5-->
The '''Contents''' tab
The <menuchoice>Contents</menuchoice> tab
* Select the file type to be search
* Select the file type to be search
* Specify the search term
* Specify the search term
Line 29: Line 29:


<!--T:6-->
<!--T:6-->
{{Note|A "Contents" search is necessarily much slower than a filename search, so be as specific as you can when defining it.}}
{{Note|A <menuchoice>Contents</menuchoice> search is necessarily much slower than a filename search, so be as specific as you can when defining it.}}


<!--T:7-->
<!--T:7-->
The Properties tab
The <menuchoice>Properties</menuchoice> tab
* Find files by creation date
* Find files by creation date
* Limit the criteria by age - e.g. "during the previous 2 hours"
* Limit the criteria by age - e.g. "during the previous 2 hours"
Line 39: Line 39:


<!--T:8-->
<!--T:8-->
All criteria set will be honoured in your search - you are not limited to the specifications in one tab, so you could search for "any file in the directory /home or any directory below that, containing the word "Silkstone" which must be capitalized, and is owned by the group "Accounts".
All criteria set will be honoured in your search - you are not limited to the specifications in one tab, so you could search for any file in the directory /home or any directory below that, containing the word "Silkstone" which must be capitalized, and is owned by the group "Accounts".


<!--T:9-->
<!--T:9-->
[[Category:Utilities]]
[[Category:Utilities]]
[[Category:File Management]]
[[Category:File Management]]
[[Category:Help]]
</translate>
</translate>

Revision as of 04:59, 26 September 2017

  Find files by name, type or content

KFind can be used as a standalone file search tool, launched by KRunner or from your menu. It is also integrated into Konqueror and Dolphin as Find File in the Tools menu. Being equipped with a GUI, it is often handier than the CLI tool named find which requires advanced skills in instruction syntax formulation.

A search is configured in a 3-tab window.

The Name/Location tab

  • Specify a file name
    • use wildcards * and ? in the name
  • Specify a starting directory
  • Decide whether you want to also search sub-directories
  • Specify whether the search should be case-sensitive

The Contents tab

  • Select the file type to be search
  • Specify the search term
    • it can be useful to have '*' set in the file name field in the Name/Location tab
  • Select case sensitivity
  • Should binary files be searched?

Note

A Contents search is necessarily much slower than a filename search, so be as specific as you can when defining it.


The Properties tab

  • Find files by creation date
  • Limit the criteria by age - e.g. "during the previous 2 hours"
  • Find files by size - e.g. "At Least 2 MB"
  • Limit the result to files owned by a specific user or group

All criteria set will be honoured in your search - you are not limited to the specifications in one tab, so you could search for any file in the directory /home or any directory below that, containing the word "Silkstone" which must be capitalized, and is owned by the group "Accounts".