summaryrefslogtreecommitdiff
path: root/gsearchtool/mate-search-tool.1
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-09-09 12:09:52 +0300
committermonsta <[email protected]>2015-09-09 12:09:52 +0300
commit0d36d61761a1d68839d61f521889dba3db7f514f (patch)
treedcf4188d0a02bdf227fa1abf6d0aedb8218075d8 /gsearchtool/mate-search-tool.1
parentf95463c41d467b5cd5c1c1d94c1734a8fe1b009d (diff)
downloadmate-utils-0d36d61761a1d68839d61f521889dba3db7f514f.tar.bz2
mate-utils-0d36d61761a1d68839d61f521889dba3db7f514f.tar.xz
gsearchtool: move smclient stuff there, move sources to src/ subdir
Diffstat (limited to 'gsearchtool/mate-search-tool.1')
-rw-r--r--gsearchtool/mate-search-tool.1110
1 files changed, 0 insertions, 110 deletions
diff --git a/gsearchtool/mate-search-tool.1 b/gsearchtool/mate-search-tool.1
deleted file mode 100644
index 686a8cc9..00000000
--- a/gsearchtool/mate-search-tool.1
+++ /dev/null
@@ -1,110 +0,0 @@
-.\" mate-search-tool.1 - MATE Search Tool
-.\" Copyright 2001 Jochen Voss
-.TH mate-search-tool 1 "March 16 2009" "mate-utils 2.27.1"
-.SH NAME
-mate-search-tool \- the MATE Search Tool
-.SH SYNOPSIS
-.B mate-search-tool
-.RI [ options ]
-.sp
-or select
-.B Search for Files...
-from a
-.B Main Menu
-or from the
-.B Places
-menu in a
-.B Menu Bar
-.SH DESCRIPTION
-.B MATE Search Tool
-is a utility for finding files on your system. To perform a
-basic search, you can type a filename or a partial filename,
-with or without wildcards. To refine your search, you can
-apply additional search options.
-
-.B MATE Search Tool
-uses the find, grep, and locate UNIX commands. The case
-sensitivity of the search depends on your operating
-system. For example, on Linux, the find, grep, and locate
-commands support the \-i option, so all searches are
-case-insensitive.
-
-For full documentation see the
-.B MATE Search Tool
-online help.
-
-.SH OPTIONS
-.TP
-.BR \-\-help
-Show help message
-.TP
-.BI "\-\-named=" STRING
-Set the text of "Name contains" search option
-.TP
-.BI "\-\-path=" PATH
-Set the text of "Look in folder" search option
-.TP
-.BI "\-\-sortby=" VALUE
-Sort files by one of the following: name, folder, size, type, or date
-.TP
-.BR \-\-descending
-Set sort order to descending, the default is ascending
-.TP
-.BR \-\-start
-Automatically start a search
-.TP
-.BI "\-\-contains=" STRING
-Select and set the "Contains the text" search option
-.TP
-.BI "\-\-mtimeless=" DAYS
-Select and set the "Date modified less than" search option
-.TP
-.BI "\-\-mtimemore=" DAYS
-Select and set the "Date modified more than" search option
-.TP
-.BI "\-\-sizemore=" KILOBYTES
-Select and set the "Size at least" search option
-.TP
-.BI "\-\-sizeless=" KILOBYTES
-Select and set the "Size at most" search option
-.TP
-.BR \-\-empty
-Select the "File is empty" search option
-.TP
-.BI "\-\-user=" USER
-Select and set the "Owned by user" search option
-.TP
-.BI "\-\-group=" GROUP
-Select and set the "Owned by group" search option
-.TP
-.BR \-\-nouser
-Select the "Owner is unrecognized" search option
-.TP
-.BI "\-\-notnamed=" STRING
-Select and set the "Name does not contain" search option
-.TP
-.BI "\-\-regex=" PATTERN
-Select and set the "Name matches regular expression" search option
-.TP
-.BR \-\-hidden
-Select the "Show hidden and backup files" search option
-.TP
-.BR \-\-follow
-Select the "Follow symbolic links" search option
-.TP
-.BR \-\-mounts
-Select the "Exclude other filesystems" search option
-.SH AUTHOR
-.B MATE Search Tool
-was originally written by George Lebl (<[email protected]>).
-Version 2 was written by Dennis M. Cranston
-
-This manual page was originally written by Jochen Voss
-<[email protected]>. Version 2 was written by
-Dennis M. Cranston (<[email protected]>).
-
-.SH SEE ALSO
-.BR find (1),
-.BR locate (1),
-.BR grep (1)