mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 12:00:21 +00:00
Update cheatsheets
This commit is contained in:
29
dict
Normal file
29
dict
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# dict
|
||||
|
||||
> Command line dictionary using the DICT protocol.
|
||||
> More information: <https://github.com/cheusov/dictd>.
|
||||
|
||||
- List available databases:
|
||||
|
||||
`dict -D`
|
||||
|
||||
- Get information about a database:
|
||||
|
||||
`dict -i {{database_name}}`
|
||||
|
||||
- Look up a word in a specific database:
|
||||
|
||||
`dict -d {{database_name}} {{word}}`
|
||||
|
||||
- Look up a word in all available databases:
|
||||
|
||||
`dict {{word}}`
|
||||
|
||||
- Show information about the DICT server:
|
||||
|
||||
`dict -I`
|
||||
Reference in New Issue
Block a user