
dict
List of commands for dict:
-
dict:ai:3ab75 This command will remove the specified database from the dict cli tool.$ dict -d ${database_name} --removetry on your machineexplain this command
-
dict:ai:e7666 This command deletes the specified database in the dict CLI.$ dict delete ${database_name}try on your machineexplain this command
-
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