
dict
List of commands for dict:
-
dict:tldr:1993e dict: Look up a word in all available databases.$ dict ${word}try on your machineexplain this command
-
dict:tldr:6bacc dict: Look up a word in a specific database.$ dict -d ${database_name} ${word}try on your machineexplain this command
-
dict:tldr:a6298 dict: Show information about the DICT server.$ dict -Itry on your machineexplain this command
-
dict:tldr:ede5d dict: Get information about a database.$ dict -i ${database_name}try on your machineexplain this command