Update dict

dict : update useful commands
pull/169/head
Huynh Viet 3 years ago committed by GitHub
parent 78385b9ca2
commit fd65906aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save