tldr/pages.zh/osx/locate.md

17 lines
508 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# locate
> 快速查找文件名。
> 更多信息:<https://keith.github.io/xcode-man-pages/locate.1.html>.
- 在数据库中查找关键字。注意:数据库定期重新更新(通常每周或每天):
`locate "{{关键字}}"`
- 按文件名查找文件(不包含填充字符的模式被解释为 `*关键字*`
`locate */{{文件名}}`
- 重新建立文件数据索引数据库。如果要查找最近添加的文件,则需要执行此操作:
`sudo /usr/libexec/locate.updatedb`