1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/plocate.md

14 lines
374 B
Markdown
Raw Normal View History

2022-10-04 02:33:53 +05:30
# 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}}`