Created
September 20, 2017 02:31
-
-
Save yowcow/3a01369a585705d08a5f2f1d18ef65a7 to your computer and use it in GitHub Desktop.
Stop and start macOS spotlight indexing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sudo required | |
# stop indexing | |
mdutil -a -i off | |
# start indexing | |
mdutil -a -i on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment