mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 07:15:32 +02:00
plocate: add page (#8541)
This commit is contained in:
parent
29eab400ca
commit
dc314c6ef2
1 changed files with 13 additions and 0 deletions
13
pages/common/plocate.md
Normal file
13
pages/common/plocate.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# plocate
|
||||||
|
|
||||||
|
> Find filenames quickly.
|
||||||
|
> Make sure to run `sudo updatedb` to include new files.
|
||||||
|
> More information: <https://plocate.sesse.net>.
|
||||||
|
|
||||||
|
- Look for patterns in the database (recomputed periodically):
|
||||||
|
|
||||||
|
`plocate {{pattern}}`
|
||||||
|
|
||||||
|
- Look for a file by its exact filename (a pattern containing no globbing characters is interpreted as `*pattern*`):
|
||||||
|
|
||||||
|
`plocate */{{filename}}`
|
Loading…
Add table
Reference in a new issue