Forrest logo
back to context overview

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} --remove
    try on your machine
    explain this command
  • dict:ai:e7666 This command deletes the specified database in the dict CLI.
    $ dict delete ${database_name}
    try on your machine
    explain this command
  • dict:tldr:1993e dict: Look up a word in all available databases.
    $ dict ${word}
    try on your machine
    explain this command
  • dict:tldr:6bacc dict: Look up a word in a specific database.
    $ dict -d ${database_name} ${word}
    try on your machine
    explain this command
  • dict:tldr:9defa dict: List available databases.
    $ dict -D
    try on your machine
    explain this command
  • dict:tldr:a6298 dict: Show information about the DICT server.
    $ dict -I
    try on your machine
    explain this command
  • dict:tldr:ede5d dict: Get information about a database.
    $ dict -i ${database_name}
    try on your machine
    explain this command
back to context overview