sh 聚光灯重建呃!

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 聚光灯重建呃!相关的知识,希望对你有一定的参考价值。

#!/bin/sh

# Turn off spotlight.
  sudo mdutil -a -i off

# Remove the index files.
  sudo rm -rfv /.Spotlight-V100

# Turn on spotlight.
  sudo mdutil -a -i on

# Reindex all mounted /Volumes
  sudo mdutil -aE
  
# if above doesn't work like it didn't work for me
  sudo mdutil -i on /Volumes/*
  
# Disable Spotlight
  sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
  
# Enable Spotlight
  sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

以上是关于sh 聚光灯重建呃!的主要内容,如果未能解决你的问题,请参考以下文章

sh 用于快速(呃)Laravel应用程序设置的Bash脚本

sh 完全重建

sh 重建:刷新套装(核弹)

sh MOS重建ES指数

sh 每次构建项目时,如何强制Xcode重建项目中的Info.plist文件?

docker build 不使用缓存重建镜像