Dictionary in the Shell
Here's an easy tool to lookup definitions in a dictionary in your terminal.
You'll need the Internet, because it's not a local dictionary. And you'll need curl, or wget or something to make the network request.
Then choose a word to look up. Here, mine is "entail". Then run:
curl 'dict://dict.org/d:entail'
Who knew there was a dict
protocol!