plocate: add page (#8541)

pull/1/head
Suyash Bhawsar 2022-10-04 02:33:53 +05:30 committed by GitHub
parent 29eab400ca
commit dc314c6ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

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}}`