1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 09:15:28 +02:00
tldr/pages/common/dict.md

479 B

dict

Command line dictionary using the DICT protocol. More information: https://github.com/cheusov/dictd.

  • List available databases:

dict {{[-D|--dbs]}}

  • Get information about a database:

dict {{[-i|--info]}} {{database_name}}

  • Look up a word in a specific database:

dict {{[-d|--database]}} {{database_name}} {{word}}

  • Look up a word in all available databases:

dict {{word}}

  • Show information about the DICT server:

dict {{[-I|--serverinfo]}}