You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
466 B
Plaintext

# dict
# 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