TLDR
Enter a command. For example: split, xctool, networksetup, wifi password.

mdutil

 
Manage the metadata stores used by Spotlight for indexing. More information: https://ss64.com/osx/mdutil.html.
 
  • Show the indexing status of the startup volume:
     
    mdutil -s {{/}}
     
  • Turn on/off the Spotlight indexing for a given volume:
     
    mdutil -i {{on|off}} {{path/to/volume}}
     
  • Turn on/off indexing for all volumes:
     
    mdutil -a -i {{on|off}}
     
  • Erase the metadata stores and restart the indexing process:
     
    mdutil -E {{path/to/volume}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.