Skip to content

Instantly share code, notes, and snippets.

@h3nr1ke
Created July 12, 2018 20:45
Show Gist options
  • Save h3nr1ke/5d23b513ed396a430d26e6c4b009f1b1 to your computer and use it in GitHub Desktop.
Save h3nr1ke/5d23b513ed396a430d26e6c4b009f1b1 to your computer and use it in GitHub Desktop.
turn on or off mac os Spotlight indexing
# --- turn off
sudo mdutil -a -i off
# --- turn on
sudo mdutil -a -i on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment