dict
Command line dictionary using the DICT protocol. More information: <https://github.com/cheusov/dictd>.
Install
- All systems
-
curl cmd.cat/dict.sh
- Debian
-
apt-get install dict - Ubuntu
-
apt-get install dict - Arch Linux
-
pacman -S dict - Kali Linux
-
apt-get install dict - Fedora
-
dnf install dict - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install dict - OS X
-
brew install dict - Raspbian
-
apt-get install dict
Command line dictionary using the DICT protocol. More information: <https://github.com/cheusov/dictd>.
-
List available databases:
dict -D -
Get information about a database:
dict -i database_name -
Look up a word in a specific database:
dict -d database_name word -
Look up a word in all available databases:
dict word -
Show information about the DICT server:
dict -I
© tl;dr; authors and contributors