Files
tldr/pages.zh/osx/mdutil.md
2019-11-02 17:47:23 +00:00

16 lines
313 B
Markdown
Raw 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.

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