commands.sh

dict

all

Dictionary that uses the DICT protocol.

More info →

Options (4)

-D, --dbsboolean

List available databases

Example: dict {{[-D|--dbs]}}
-i, --infoboolean

Get information about a database

Example: dict {{[-i|--info]}} {{database_name}}
-d, --databaseboolean

Look up a word in a specific database

Example: dict {{[-d|--database]}} {{database_name}} {{word}}
-I, --serverinfoboolean

Show information about the DICT server

Example: dict {{[-I|--serverinfo]}}

Examples (5)

List available databases

dict [-D|--dbs]

Get information about a database

dict [-i|--info] database_name

Look up a word in a specific database

dict [-d|--database] database_name word

Look up a word in all available databases

dict word

Show information about the DICT server

dict [-I|--serverinfo]
made by @shridhargupta | data from tldr-pages