Turn on/off Spotlight indexing

$ sudo mdutil -i on
$ sudo mdutil -i off

Erase all macOS Spotlight index

$ sudo mdutil -E /

-E cause each local store for the volumes indicated to be erased. The stores will be rebuilt if appropriate.

Recreating all Spotlight index data

$ sudo mdutil -i off $ sudo mdutil -E / $ sudo mdutil -i on

Options

See formats and codecs available on your computer

$ ffmpeg -formats

References

External links

blog comments powered by Disqus