1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 16:55:34 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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