plocate: add page (#8541)

This commit is contained in:
Suyash Bhawsar
2022-10-04 02:33:53 +05:30
committed by GitHub
parent 29eab400ca
commit dc314c6ef2

13
pages/common/plocate.md Normal file
View 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}}`