Files
tldr/pages.zh/common/plocate.md

13 lines
348 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# plocate
> 快速查找文件名。
> 确保运行 `sudo updatedb` 以包括新文件。
> 更多信息:<https://plocate.sesse.net>。
- 在数据库中查找模式(定期重新计算):
`plocate {{pattern}}`
- 按确切文件名查找文件(包含不带通配符字符的模式被解释为 `*pattern*`
`plocate */{{filename}}`