mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
mate-search-tool: add page (#8016)
This commit is contained in:
parent
a7724b7c2f
commit
b1e210a98f
1 changed files with 28 additions and 0 deletions
28
pages/linux/mate-search-tool.md
Normal file
28
pages/linux/mate-search-tool.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# mate-search-tool
|
||||
|
||||
> Search files in MATE desktop environment.
|
||||
> More information: <https://manned.org/mate-search-tool>.
|
||||
|
||||
- Search files containing a specific string in their name in a specific directory:
|
||||
|
||||
`mate-search-tool --named={{string}} --path={{path/to/directory}}`
|
||||
|
||||
- Search files without waiting a user confirmation:
|
||||
|
||||
`mate-search-tool --start --named={{string}} --path={{path/to/directory}}`
|
||||
|
||||
- Search files with name matching a specific regular expression:
|
||||
|
||||
`mate-search-tool --start --regex={{string}} --path={{path/to/directory}}`
|
||||
|
||||
- Set a sorting order in search results:
|
||||
|
||||
`mate-search-tool --start --named={{string}} --path={{path/to/directory}} --sortby={{name|folder|size|type|date}}`
|
||||
|
||||
- Set a descending sorting order:
|
||||
|
||||
`mate-search-tool --start --named={{string}} --path={{path/to/directory}} --descending`
|
||||
|
||||
- Search files owned by a specific user/group:
|
||||
|
||||
`mate-search-tool --start --{{user|group}}={{value}} --path={{path/to/directory}}`
|
Loading…
Add table
Reference in a new issue