dict
Command line dictionary using the DICT protocol.
- 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
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).