summaryrefslogtreecommitdiffstats
path: root/gnome-help/C/search-intro.page
diff options
context:
space:
mode:
authorTiffany Antopolski <antopolski@src.gnome.org>2011-01-09 04:10:52 -0500
committerTiffany Antopolski <antopolski@src.gnome.org>2011-01-09 04:10:52 -0500
commitbc7f4ba9e8162d9134cb25ec1a0a02eac5125864 (patch)
tree03acf400b8388188fd65aa592047b334a5eaabae /gnome-help/C/search-intro.page
parent23525d71c23147c86e1cf70a4233b605b2ac8a49 (diff)
downloadgnome-user-docs-bc7f4ba9e8162d9134cb25ec1a0a02eac5125864.tar.gz
gnome-user-docs-bc7f4ba9e8162d9134cb25ec1a0a02eac5125864.tar.xz
gnome-user-docs-bc7f4ba9e8162d9134cb25ec1a0a02eac5125864.zip
[gnome-help] searching files and folders: content and pages added.
Diffstat (limited to 'gnome-help/C/search-intro.page')
-rw-r--r--gnome-help/C/search-intro.page26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnome-help/C/search-intro.page b/gnome-help/C/search-intro.page
new file mode 100644
index 0000000..74587fc
--- /dev/null
+++ b/gnome-help/C/search-intro.page
@@ -0,0 +1,26 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" id="search-intro">
+
+ <info>
+ <link type="guide" xref="files-search"/>
+ <desc>Introduction to <app>Search for Files</app>.</desc>
+ <revision pkgversion="0.1" version="0.1" date="2011-01-9" status="review"/>
+ <credit type="author">
+ <name>GNOME Documentation Project</name>
+ <email>gnome-doc-list@gnome.org</email>
+ </credit>
+
+ </info>
+
+ <title>Introduction</title>
+ <p>
+ The <app>Search for Files</app> application lets you find files and folders on your computer. All searches are case-insensitive.
+ </p>
+
+ <note style="advanced">
+ <p>
+ <app>Search for Files</app> uses the <cmd>locate</cmd>, <cmd>find</cmd>, and <cmd>grep</cmd> commands. It first performs a quick search using the <cmd>locate</cmd>. Then it performs a second search using <cmd>find</cmd>. The <cmd>locate</cmd> command uses a database to locate files. If the database hasn't been updated in over a week, <app>Search for Files</app> may warn you that the search results may be out of date and give you the option of disabling the quick search. To update the database, run the command <cmd>updatedb</cmd> as root.
+ </p>
+ </note>
+
+</page>