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.

20 lines
456 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 (e.g. moby-thesaurus)
dict -i moby-thesaurus
# Look up "use" in Moby-Thesaurus
dict -d moby-thesaurus use
# Look up for "perceive" from all dictionaries in all available databases
dict perceive
# List all the available dictionaries server and their info
dict -I