Where on disk does the macOS system-wide dictionary store the list of words I added?

I added a lot of words to the standard Mac OS X system-wide dictionary on a given machine, and would like to transfer that specific list of words to another machine. Where / in what file(s) is that list of words stored?

2 Answers

Are you certain you really mean system-wide? If I add a custom spelling, in Snow, it seems to end up here:

~/Library/Spelling/LocalDictionary 

The System-wide equivalent, which is empty on my Mac, would be here:

/Library/Spelling/ 

Aside from this, you will find packaged dictionaries here:

/Library/Dictionaries/ ~/Library/Dictionaries/ 
4

For those attempting to find the Unix standard words file, it's at /usr/share/dict/words.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like