mdutil: add Chinses translation

italian
wizarot 2019-03-01 11:49:55 +08:00 committed by Agniva De Sarker
parent 2d672ba3eb
commit 5833f36de9
1 changed files with 15 additions and 0 deletions

15
pages.zh/osx/mdutil.md Normal file
View File

@ -0,0 +1,15 @@
# mdutil
> 管理 Spotlight(聚焦搜索) 用于搜索的索引数据.
- 显示指定卷('/')的索引状态:
`mdutil -s {{/}}`
- 打开/关闭给定卷的 Spotlight 索引:
`mdutil -i {{on|off}} {{指定卷文件夹}}`
- 清除索引数据并重新建立索引:
`mdutil -E {{指定卷文件夹}}`