From fd65906aefe5a781bc80b5a3253894a601676696 Mon Sep 17 00:00:00 2001 From: Huynh Viet <71810726+qvieth@users.noreply.github.com> Date: Fri, 30 Jul 2021 20:10:41 +0700 Subject: [PATCH] Update dict dict : update useful commands --- sheets/dict | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) 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