A command-line dictionary tool
Wordsmith
With the dict client, you can quickly search dozens of natural language dictionary databases for the perfect word.
As a writer, I rarely need to look up the definition of a word. If I don't know a word, I'm not going to risk using it. However, I frequently check that a word has the exact nuance I want. If it does not, I turn to a thesaurus to search for a closer alternative. Unfortunately, a regular dictionary is next to useless for these purposes. That is why I was pleased to discover dict
[1], which not only has the information needed for such purposes, but runs from the command line for added efficiency.
A client for the DICT [2] dictionary network protocol, dict
essentially searches several dozen databases and returns comprehensive results in seconds. It is available for major distributions, but note that each database is often in a separate package in distro repositories and must be installed separately from the basic command. The option --dbs
(-D
) will show a list of these databases, as will the web version [3] of dict
(Figure 1). The databases supported by dict
include a number of dictionaries, a thesaurus, a collection of acronyms, the Jargon File, the CIA World Factbook, and 34 other languages besides English – far more than the average dictionary offers. The results include not only the range of literal meanings, but numerous contexts as well. Some default results for the word "red" from my current installation are shown in Table 1.
Table 1
Sample Results
Basic definitions: |
Red \Red\, v. t. To put on order; to make tidy; also, to free from entanglement or embarrassment; – generally with up; as, to red up a house. [Prov. Eng. & Scot.] |
Notes on how to use the word: |
Red is often used in the formation of self-explaining compounds; as, red-breasted, red-cheeked, red-faced, red-haired, red-headed, red-skinned, red-tailed, red-topped, red-whiskered, red-coasted. |
Contexts: |
{Red admiral} (Zool.), a beautiful butterfly ({Vanessa Atalanta}) common in both Europe and America. The front wings are crossed by a broad orange red band. The larva feeds on nettles. Called also {Atalanta butterfly}, and {nettle butterfly}. |
Note: |
Etymologies, synonyms, and translations may also be given, depending on the databases installed. |
This amount of information makes for intensive scrolling, so dict
used with only the basic command and a search term should usually be used with a pager like less
or cat
. Another option is to specify a specific database so that only the relevant results are given, using the option --database
(-d
) DATABASE
. For instance
dict -d moby-thesaurus red
will return only synonyms (Figure 2). Similarly, if you wanted to look up the Old Testament character Jezebel, you could specify easton
to get results only from Easton's Bible Dictionary (1897) (Figure 3) – an encyclopedia entry, rather than a dictionary definition.
Another alternative for limiting results is to choose a strategy from those displayed using the options with --strats
(-S
). These strategies are analogous to regular expressions, but actually include both basic and modern options (Figure 4). These strategies are not documented, but most are self-explanatory if sometimes a bit obscure. For example, you can specify the prefix, suffix, and substrings to find a family of related words and use soundex
to search for similar sounds, which might be useful in a rhymed poem. However, before you choose a limiting strategy, you can use --match
(-m
) to see how many results a search will return.
If a search is not useful, you can trying working more closely with a database. With --serverinfo
(-I
) and --serverhelp
(-H
), you can see more information about a database's server. Alternatively, --info DATABASE
(-i
) displays information about the database itself. However, note that no information may be available for some databases, in which case dict
returns the misleading message, invalid database
.
Depending on your preferences or how you plan to use search results, you can also use --format
(-f
) FORMAT
. Four different formats are available, as described in the man page: I
, S
, D
, and m
. Annoyingly, these formats are diagrammed but not documented, so you may have to do more than one test before finding the one you prefer.
Limitations
Linux has other dictionary tools besides dict
. On the desktop, you can choose such applications as GoldenDict, Artha, the WordNet browser, and Gnome Dictionary. However, so far as I can determine, dict
is the only one available from the command line and by far the most flexible and thorough. In fact, its potential is so great that its lack of documentation and examples is irksome, if often surmountable. It is not clear whether dict
is still being actively developed. Still, with patience, what is available is so useful that no writer on Linux should be without it.
Infos
- dict: https://man.archlinux.org/man/dict.1.en
- DICT dictionary network protocol: https://en.wikipedia.org/wiki/DICT
- dict web version: http://dict.org/bin/Dict
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Wine 10 Includes Plenty to Excite Users
With its latest release, Wine has the usual crop of bug fixes and improvements, along with some exciting new features.
-
Linux Kernel 6.13 Offers Improvements for AMD/Apple Users
The latest Linux kernel is now available, and it includes plenty of improvements, especially for those who use AMD or Apple-based systems.
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
-
HashiCorp Cofounder Unveils Ghostty, a Linux Terminal App
Ghostty is a new Linux terminal app that's fast, feature-rich, and offers a platform-native GUI while remaining cross-platform.
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.