By andy

OS X comes with a list of all the words in Webster's 2nd International Dictionary (234,936 of them to be precise). These words can be found in the file /usr/share/dict/words. I find it useful to search this list if I'm not sure how spell a given word by using the following command:

% more /usr/share/dict/words | grep [pattern] | more

This should return a list of words from the dictionary that contain your [pattern] (don't type the square brackets) of interest.

Another interesting file is /usr/share/dict/propernames, which is a list of common (mostly Western) names (useful if you're having difficulty coming up with a name for your newborn).


Leave a Reply

You must be logged in to post a comment.

Andy's Recent Posts

Bar Stool Economics

Filed under General. Created on August 29th.

Live Oak Interactive Rebrands as Live Oak 360

Filed under General. Created on March 28th.

Ultimate Irony

Filed under General. Created on January 2nd.

Vaya Con Dios, Grandpa.

Filed under General. Created on December 4th.

Quote

Filed under General. Created on November 5th.

Weather

Filed under General. Created on October 10th.

Online Insurance Quotes

Filed under For Fee. Created on October 1st.

Good-Bye Credit Cards

Filed under General. Created on September 6th.

Dinner at Momo’s

Filed under General. Created on July 21st.

Note To Self

Filed under General. Created on June 27th.