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
472 B
Plaintext

# dict
# dictd - Client/server software, human language dictionary databases, and tools supporting the DICT protocol
# List available dictionary databases
dict -D
# Get information about a dictionary database (e.g. moby-thesaurus)
dict -i moby-thesaurus
# Look up "use" in Moby-Thesaurus database
dict -d moby-thesaurus use
# Look up "perceive" in all available dictionary databases
dict perceive
# List all the available dictionaries server and their info
dict -I