~ubuntu-branches/ubuntu/utopic/mate-utils/utopic

« back to all changes in this revision

Viewing changes to .pc/1002_fix-hyphens-on-man-page.patch/gsearchtool/mate-search-tool.1

  • Committer: Package Import Robot
  • Author(s): Mike Gabriel
  • Date: 2014-04-25 12:27:19 UTC
  • Revision ID: package-import@ubuntu.com-20140425122719-8qot6s3hf5ned1st
Tags: 1.8.0+dfsg1-1
Initial release. (Closes: #734990).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" mate-search-tool.1 - MATE Search Tool
 
2
.\" Copyright 2001  Jochen Voss
 
3
.TH mate-search-tool 1 "March 16 2009" "mate-utils 2.27.1"
 
4
.SH NAME
 
5
mate-search-tool \- the MATE Search Tool
 
6
.SH SYNOPSIS
 
7
.B mate-search-tool
 
8
.RI [ options ]
 
9
.sp
 
10
or select
 
11
.B Search for Files...
 
12
from a
 
13
.B Main Menu
 
14
or from the
 
15
.B Places
 
16
menu in a
 
17
.B Menu Bar
 
18
.SH DESCRIPTION
 
19
.B MATE Search Tool
 
20
is a utility for finding files on your system. To perform a
 
21
basic search, you can type a filename or a partial filename,
 
22
with or without wildcards. To refine your search, you can
 
23
apply additional search options.
 
24
 
 
25
.B MATE Search Tool
 
26
uses the find, grep, and locate UNIX commands. The case
 
27
sensitivity of the search depends on your operating
 
28
system. For example, on Linux, the find, grep, and locate
 
29
commands support the -i option, so all searches are
 
30
case-insensitive.
 
31
 
 
32
For full documentation see the
 
33
.B MATE Search Tool
 
34
online help.
 
35
 
 
36
.SH OPTIONS
 
37
.TP
 
38
.BR \-\-help
 
39
Show help message
 
40
.TP
 
41
.BI "\-\-named=" STRING
 
42
Set the text of "Name contains" search option
 
43
.TP
 
44
.BI "\-\-path=" PATH
 
45
Set the text of "Look in folder" search option
 
46
.TP
 
47
.BI "\-\-sortby=" VALUE
 
48
Sort files by one of the following: name, folder, size, type, or date
 
49
.TP
 
50
.BR \-\-descending
 
51
Set sort order to descending, the default is ascending
 
52
.TP
 
53
.BR \-\-start
 
54
Automatically start a search
 
55
.TP
 
56
.BI "\-\-contains=" STRING
 
57
Select and set the "Contains the text" search option
 
58
.TP
 
59
.BI "\-\-mtimeless=" DAYS
 
60
Select and set the "Date modified less than" search option
 
61
.TP
 
62
.BI "\-\-mtimemore=" DAYS
 
63
Select and set the "Date modified more than" search option
 
64
.TP
 
65
.BI "\-\-sizemore=" KILOBYTES
 
66
Select and set the "Size at least" search option
 
67
.TP
 
68
.BI "\-\-sizeless=" KILOBYTES
 
69
Select and set the "Size at most" search option
 
70
.TP
 
71
.BR \-\-empty
 
72
Select the "File is empty" search option
 
73
.TP
 
74
.BI "\-\-user=" USER
 
75
Select and set the "Owned by user" search option
 
76
.TP
 
77
.BI "\-\-group=" GROUP
 
78
Select and set the "Owned by group" search option
 
79
.TP
 
80
.BR \-\-nouser
 
81
Select the "Owner is unrecognized" search option
 
82
.TP
 
83
.BI "\-\-notnamed=" STRING
 
84
Select and set the "Name does not contain" search option
 
85
.TP
 
86
.BI "\-\-regex=" PATTERN
 
87
Select and set the "Name matches regular expression" search option
 
88
.TP
 
89
.BR \-\-hidden
 
90
Select the "Show hidden and backup files" search option
 
91
.TP
 
92
.BR \-\-follow
 
93
Select the "Follow symbolic links" search option
 
94
.TP
 
95
.BR \-\-mounts
 
96
Select the "Exclude other filesystems" search option
 
97
.SH AUTHOR
 
98
.B MATE Search Tool
 
99
was originally written by George Lebl (<jirka@5z.com>).
 
100
Version 2 was written by Dennis M. Cranston
 
101
(<dennis_cranston@yahoo.com>).
 
102
 
 
103
This manual page was originally written by Jochen Voss
 
104
<voss@mathematik.uni-kl.de>.  Version 2 was written by
 
105
Dennis M. Cranston (<dennis_cranston@yahoo.com>).
 
106
 
 
107
.SH SEE ALSO
 
108
.BR find (1),
 
109
.BR locate (1),
 
110
.BR grep (1)