Files
tldr/pages.zh/common/dict.md

24 lines
413 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 字典
> 使用DICT协议的命令行字典。
> 更多信息:<https://github.com/cheusov/dictd>。
- 列出可用的数据库:
`dict -D`
- 获取有关数据库的信息:
`dict -i {{数据库名称}}`
- 在特定数据库中查找单词:
`dict -d {{数据库名称}} {{单词}}`
- 在所有可用数据库中查找单词:
`dict {{单词}}`
- 显示有关DICT服务器的信息
`dict -I`