LinuxCommandLibrary

dict

Command line dictionary using the DICT protocol.

TLDR

List available databases

$ dict -D
copy


Get information about a database
$ dict -i [database_name]
copy


Look up a word in a specific database
$ dict -d [database_name] [word]
copy


Look up a word in all available databases
$ dict [word]
copy


Show information about the DICT server
$ dict -I
copy

Copied to clipboard