diff --git a/sheets/dict b/sheets/dict index 800c0bf..82f1ab5 100644 --- a/sheets/dict +++ b/sheets/dict @@ -1,11 +1,22 @@ # dict -# Dictionary client +# dictd - Client/server software, human language dictionary databases, and tools supporting the DICT protocol + +# List Available Databases +dict -D + +# Get Information about a Database +dict -i + +# Specify which database to use +dict -d + +# Look up for "use" in Moby-Thesaurus +dict -d moby-thesaurus use + +# Look up for "local" from all dictionaries in available databases +dict local # A list of all the available dictionaries can be queried by executing. dict -I -# Translate 'understand' to Dutch. -dict -d fd-eng-nld understand -# Show available dict databases. -dict -D