add new chinese translations
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# locate
|
||||
|
||||
> 快速查找文件名。
|
||||
> 更多信息:<https://keith.github.io/xcode-man-pages/locate.1.html>.
|
||||
> 更多信息:<https://keith.github.io/xcode-man-pages/locate.1.html>。
|
||||
|
||||
- 在数据库中查找关键字。注意:数据库定期重新更新(通常每周或每天):
|
||||
- 在数据库中查找模式。注意:数据库会定期重新计算(通常是每周或每天):
|
||||
|
||||
`locate "{{关键字}}"`
|
||||
`locate "{{pattern}}"`
|
||||
|
||||
- 按文件名查找文件(不包含填充字符的模式被解释为 `*关键字*`):
|
||||
- 通过精确文件名查找文件(不包含通配符字符的模式将被解释为 `*pattern*`):
|
||||
|
||||
`locate */{{文件名}}`
|
||||
`locate */{{filename}}`
|
||||
|
||||
- 重新建立文件数据索引数据库。如果要查找最近添加的文件,则需要执行此操作:
|
||||
- 重新计算数据库。如果您想查找最近添加的文件,您需要执行此操作:
|
||||
|
||||
`sudo /usr/libexec/locate.updatedb`
|
||||
`sudo /usr/libexec/locate.updatedb`
|
Reference in New Issue
Block a user